Html Css Color HEX #0C462C Zuccini

📋 copy color: '#0C462C'

red 12 ◦ green 70 ◦ blue 44

#0C462C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zuccini #0C462C

Tints of Zuccini #0C462C

RGB

 RED value IS 12 (5.08% from 255) = 9.52%

 GREEN value IS 70 (27.73% from 255) = 55.56%

 BLUE value IS 44 (17.58% from 255) = 34.92%

R = 9.52%
G = 55.56%
B = 34.92%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#0C462C (or 0x0C462C) is known color: Zuccini. HEX triplet: 0C, 46 and 2C. RGB value is (12,70,44). Sum of RGB (Red+Green+Blue) = 12+70+44=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #0C462C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C462C is #F3B9D3. Grayscale: #313131. Windows color (decimal): -15972820 or 2901516. OLE color: 2901516.

HSL color Cylindrical-coordinate representation of color #0C462C: hue angle of 153.1º 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 #0C462C is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB 12 70 44 -
CMYK 0.83 0 0.37 0.73
HSL 153.1º 0.71% 0.16% -
HSV(B) 153.1º 0.83% 0.27% -
XYZ 2.8 4.64 3.13 -
YUV 49.69 124.78 101.11 -
System Red Green Blue C M Y K H S L
Decimal 12 70 44 0.83 0 0.37 0.73 153.1 0.71 0.16
Hex C 46 2C 53 0 25 49 99 47 10
Octal 14 106 54 123 0 45 111 231 107 20
Binary 1100 1000110 101100 1010011 0 100101 1001001 10011001 1000111 10000

Color Harmonies of #0C462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C462C

Black with #0C462C

Text Example


Text Example

White with #0C462C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C462C;
 }
 .AnyTagClassName
 {
   color: #0C462C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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