#1C7D36

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

Shades of Camarone #1C7D36

Tints of Camarone #1C7D36

Color information

#1C7D36 (or 0x1C7D36) is unknown color: approx Camarone. HEX triplet: 1C, 7D and 36. RGB value is (28,125,54). Sum of RGB (Red+Green+Blue) = 28+125+54=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 125 (49.22% from 255 or 60.39% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 125 - color contains mainly: green. Hex color #1C7D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7D36 is #E382C9. Grayscale: #585858. Windows color (decimal): -14910154 or 3570972. OLE color: 3570972.

HSL color Cylindrical-coordinate representation of color #1C7D36: hue angle of 136.08º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C7D36 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB2812554-
CMYK0.7800.570.51
HSL136.08º63.4%30%-
HSV(B)136.08º77.6%49.02%-
XYZ8.4815.185.97-
YUV87.9108.8685.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.53%
GREEN value IS 125 (49.22% from 255) = 60.39%
BLUE value IS 54 (21.48% from 255) = 26.09%
R=13.53%
G=60.39%
B=26.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28125540.7800.570.51136.0863.430
Hex1C7D364E03933883f1e
Octal3417566116071632107736
Binary111001111101110110100111001110011100111000100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,125,54); }

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

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

 a { background-color: rgb(28,125,54); }

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

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

 span { border-color: rgb(28,125,54); }

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