#1B762D

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

Shades of Camarone #1B762D

Tints of Camarone #1B762D

Color information

#1B762D (or 0x1B762D) is unknown color: approx Camarone. HEX triplet: 1B, 76 and 2D. RGB value is (27,118,45). Sum of RGB (Red+Green+Blue) = 27+118+45=190 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.21% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #1B762D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B762D is #E489D2. Grayscale: #525252. Windows color (decimal): -14977491 or 2979355. OLE color: 2979355.

HSL color Cylindrical-coordinate representation of color #1B762D: hue angle of 131.87º 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 #1B762D is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB2711845-
CMYK0.7700.620.54
HSL131.87º62.76%28.43%-
HSV(B)131.87º77.12%46.27%-
XYZ7.413.384.67-
YUV82.47106.8588.44-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.21%
GREEN value IS 118 (46.48% from 255) = 62.11%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=14.21%
G=62.11%
B=23.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27118450.7700.620.54131.8762.7628.43
Hex1B762D4D03E36843f1c
Octal3316655115076662047734
Binary110111110110101101100110101111101101101000010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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