#0C4D22

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

Shades of Zuccini #0C4D22

Tints of Zuccini #0C4D22

Color information

#0C4D22 (or 0x0C4D22) is unknown color: approx Zuccini. HEX triplet: 0C, 4D and 22. RGB value is (12,77,34). Sum of RGB (Red+Green+Blue) = 12+77+34=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 77 (30.47% from 255 or 62.60% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 77 - color contains mainly: green. Hex color #0C4D22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4D22 is #F3B2DD. Grayscale: #343434. Windows color (decimal): -15971038 or 2247948. OLE color: 2247948.

HSL color Cylindrical-coordinate representation of color #0C4D22: hue angle of 140.31º 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 #0C4D22 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.70.

Color convert

RGB127734-
CMYK0.8400.560.70
HSL140.31º73.03%17.45%-
HSV(B)140.31º84.42%30.2%-
XYZ3.095.52.41-
YUV52.66117.4799-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.76%
GREEN value IS 77 (30.47% from 255) = 62.60%
BLUE value IS 34 (13.67% from 255) = 27.64%
R=9.76%
G=62.60%
B=27.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1277340.8400.560.70140.3173.0317.45
HexC4D2254038468c4911
Octal141154212407010621411121
Binary1100100110110001010101000111000100011010001100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,77,34); }

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

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

 a { background-color: rgb(12,77,34); }

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

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

 span { border-color: rgb(12,77,34); }

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