#1B763C

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

Shades of Camarone #1B763C

Tints of Camarone #1B763C

Color information

#1B763C (or 0x1B763C) is unknown color: approx Camarone. HEX triplet: 1B, 76 and 3C. RGB value is (27,118,60). Sum of RGB (Red+Green+Blue) = 27+118+60=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #1B763C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B763C is #E489C3. Grayscale: #545454. Windows color (decimal): -14977476 or 3962395. OLE color: 3962395.

HSL color Cylindrical-coordinate representation of color #1B763C: hue angle of 141.76º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B763C is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB2711860-
CMYK0.7700.490.54
HSL141.76º62.76%28.43%-
HSV(B)141.76º77.12%46.27%-
XYZ7.7513.526.48-
YUV84.18114.3587.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.17%
GREEN value IS 118 (46.48% from 255) = 57.56%
BLUE value IS 60 (23.83% from 255) = 29.27%
R=13.17%
G=57.56%
B=29.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27118600.7700.490.54141.7662.7628.43
Hex1B763C4D031368e3f1c
Octal3316674115061662167734
Binary110111110110111100100110101100011101101000111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,118,60); }

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

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

 a { background-color: rgb(27,118,60); }

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

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

 span { border-color: rgb(27,118,60); }

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