#1B773B

Color #1B773B Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #1B773B

Tints of Camarone #1B773B

Color information

#1B773B (or 0x1B773B) is unknown color: approx Camarone. HEX triplet: 1B, 77 and 3B. RGB value is (27,119,59). Sum of RGB (Red+Green+Blue) = 27+119+59=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #1B773B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B773B is #E488C4. Grayscale: #545454. Windows color (decimal): -14977221 or 3897115. OLE color: 3897115.

HSL color Cylindrical-coordinate representation of color #1B773B: hue angle of 140.87º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B773B is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB2711959-
CMYK0.7700.500.53
HSL140.87º63.01%28.63%-
HSV(B)140.87º77.31%46.67%-
XYZ7.8413.746.38-
YUV84.65113.5286.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 13.17%
GREEN value IS 119 (46.88% from 255) = 58.05%
BLUE value IS 59 (23.44% from 255) = 28.78%
R=13.17%
G=58.05%
B=28.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27119590.7700.500.53140.8763.0128.63
Hex1B773B4D032358d3f1d
Octal3316773115062652157735
Binary110111110111111011100110101100101101011000110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B773B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B773B; }

 p { color: rgb(27,119,59); }

 H1.HeaderClassName
 {
   color: #1B773B;
 }
 .AnyTagClassName
 {
   color: #1B773B;
 }
</style>
background-color css

<style>
 a { background-color: #1B773B; }

 a { background-color: rgb(27,119,59); }

 div.DivClassName
 {
   background-color: #1B773B;
 }
 .BgClassName
 {
   background-color: #1B773B;
 }
</style>
border-color css

<style>
 span { border-color: #1B773B; }

 span { border-color: rgb(27,119,59); }

 td.TdClassName
 {
   border-color: #1B773B;
 }
 .TagClassName
 {
   border-color: #1B773B;
 }
</style>