#0C752D

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

Shades of Camarone #0C752D

Tints of Camarone #0C752D

Color information

#0C752D (or 0x0C752D) is unknown color: approx Camarone. HEX triplet: 0C, 75 and 2D. RGB value is (12,117,45). Sum of RGB (Red+Green+Blue) = 12+117+45=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #0C752D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C752D is #F38AD2. Grayscale: #4D4D4D. Windows color (decimal): -15960787 or 2979084. OLE color: 2979084.

HSL color Cylindrical-coordinate representation of color #0C752D: hue angle of 138.86º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C752D is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1211745-
CMYK0.9000.620.54
HSL138.86º81.4%25.29%-
HSV(B)138.86º89.74%45.88%-
XYZ6.9912.994.62-
YUV77.4109.7181.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.90%
GREEN value IS 117 (46.09% from 255) = 67.24%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=6.90%
G=67.24%
B=25.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12117450.9000.620.54138.8681.425.29
HexC752D5A03E368b5119
Octal14165551320766621312131
Binary110011101011011011011010011111011011010001011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,117,45); }

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

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

 a { background-color: rgb(12,117,45); }

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

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

 span { border-color: rgb(12,117,45); }

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