Html Css Color HEX #0C4324 Zuccini

📋 copy color: '#0C4324'

red 12 ◦ green 67 ◦ blue 36

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

Shades of Zuccini #0C4324

Tints of Zuccini #0C4324

RGB

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

 GREEN value IS 67 (26.56% from 255) = 58.26%

 BLUE value IS 36 (14.45% from 255) = 31.3%

R = 10.43%
G = 58.26%
B = 31.3%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.46

 K value IS 0.74

RGB Variations

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

Color information

#0C4324 (or 0x0C4324) is known color: Zuccini. HEX triplet: 0C, 43 and 24. RGB value is (12,67,36). Sum of RGB (Red+Green+Blue) = 12+67+36=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #0C4324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4324 is #F3BCDB. Grayscale: #2F2F2F. Windows color (decimal): -15973596 or 2376460. OLE color: 2376460.

HSL color Cylindrical-coordinate representation of color #0C4324: hue angle of 146.18º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4324 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.

Color convert

RGB 12 67 36 -
CMYK 0.82 0 0.46 0.74
HSL 146.18º 0.7% 0.15% -
HSV(B) 146.18º 0.82% 0.26% -
XYZ 2.48 4.22 2.35 -
YUV 47.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 12 67 36 0.82 0 0.46 0.74 146.18 0.7 0.15
Hex C 43 24 52 0 2E 4A 92 46 F
Octal 14 103 44 122 0 56 112 222 106 17
Binary 1100 1000011 100100 1010010 0 101110 1001010 10010010 1000110 1111

Color Harmonies of #0C4324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4324

Black with #0C4324

Text Example


Text Example

White with #0C4324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,67,36); }

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

background-color css

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

 a { background-color: rgb(12,67,36); }

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

border-color css

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

 span { border-color: rgb(12,67,36); }

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