#0C462F

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

Shades of Zuccini #0C462F

Tints of Zuccini #0C462F

Color information

#0C462F (or 0x0C462F) is unknown color: approx Zuccini. HEX triplet: 0C, 46 and 2F. RGB value is (12,70,47). Sum of RGB (Red+Green+Blue) = 12+70+47=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 70 (27.73% from 255 or 54.26% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 70 - color contains mainly: green. Hex color #0C462F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C462F is #F3B9D0. Grayscale: #323232. Windows color (decimal): -15972817 or 3098124. OLE color: 3098124.

HSL color Cylindrical-coordinate representation of color #0C462F: hue angle of 156.21º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C462F is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB127047-
CMYK0.8300.330.73
HSL156.21º70.73%16.08%-
HSV(B)156.21º82.86%27.45%-
XYZ2.854.663.44-
YUV50.04126.28100.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.30%
GREEN value IS 70 (27.73% from 255) = 54.26%
BLUE value IS 47 (18.75% from 255) = 36.43%
R=9.30%
G=54.26%
B=36.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1270470.8300.330.73156.2170.7316.08
HexC462F53021499c4710
Octal141065712304111123410720
Binary1100100011010111110100110100001100100110011100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,70,47); }

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

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

 a { background-color: rgb(12,70,47); }

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

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

 span { border-color: rgb(12,70,47); }

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