#0C4C2D

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

Shades of Zuccini #0C4C2D

Tints of Zuccini #0C4C2D

Color information

#0C4C2D (or 0x0C4C2D) is unknown color: approx Zuccini. HEX triplet: 0C, 4C and 2D. RGB value is (12,76,45). Sum of RGB (Red+Green+Blue) = 12+76+45=133 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.02% from 133); Green value is 76 (30.08% from 255 or 57.14% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 76 - color contains mainly: green. Hex color #0C4C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4C2D is #F3B3D2. Grayscale: #353535. Windows color (decimal): -15971283 or 2968588. OLE color: 2968588.

HSL color Cylindrical-coordinate representation of color #0C4C2D: hue angle of 150.94º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4C2D is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.70.

Color convert

RGB127645-
CMYK0.8400.410.70
HSL150.94º72.73%17.25%-
HSV(B)150.94º84.21%29.8%-
XYZ3.215.443.36-
YUV53.33123.398.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.02%
GREEN value IS 76 (30.08% from 255) = 57.14%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=9.02%
G=57.14%
B=33.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1276450.8400.410.70150.9472.7317.25
HexC4C2D5402946974911
Octal141145512405110622711121
Binary1100100110010110110101000101001100011010010111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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