#0C7128

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

Shades of Camarone #0C7128

Tints of Camarone #0C7128

Color information

#0C7128 (or 0x0C7128) is unknown color: approx Camarone. HEX triplet: 0C, 71 and 28. RGB value is (12,113,40). Sum of RGB (Red+Green+Blue) = 12+113+40=165 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.27% from 165); Green value is 113 (44.53% from 255 or 68.48% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7128 is #F38ED7. Grayscale: #4A4A4A. Windows color (decimal): -15961816 or 2650380. OLE color: 2650380.

HSL color Cylindrical-coordinate representation of color #0C7128: hue angle of 136.63º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7128 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1211340-
CMYK0.8900.650.56
HSL136.63º80.8%24.51%-
HSV(B)136.63º89.38%44.31%-
XYZ6.4412.043.99-
YUV74.48108.5483.44-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.27%
GREEN value IS 113 (44.53% from 255) = 68.48%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=7.27%
G=68.48%
B=24.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12113400.8900.650.56136.6380.824.51
HexC71285904138895119
Octal141615013101017021112131
Binary1100111000110100010110010100000111100010001001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C7128; }

 p { color: rgb(12,113,40); }

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

<style>
 a { background-color: #0C7128; }

 a { background-color: rgb(12,113,40); }

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

<style>
 span { border-color: #0C7128; }

 span { border-color: rgb(12,113,40); }

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