Html Css Color HEX #0C4529 Zuccini

📋 copy color: '#0C4529'

red 12 ◦ green 69 ◦ blue 41

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

Shades of Zuccini #0C4529

Tints of Zuccini #0C4529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 56.56%

 BLUE value IS 41 (16.41% from 255) = 33.61%

R = 9.84%
G = 56.56%
B = 33.61%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#0C4529 (or 0x0C4529) is known color: Zuccini. HEX triplet: 0C, 45 and 29. RGB value is (12,69,41). Sum of RGB (Red+Green+Blue) = 12+69+41=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #0C4529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4529 is #F3BAD6. Grayscale: #303030. Windows color (decimal): -15973079 or 2704652. OLE color: 2704652.

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

Color convert

RGB 12 69 41 -
CMYK 0.83 0 0.41 0.73
HSL 150.53º 0.7% 0.16% -
HSV(B) 150.53º 0.83% 0.27% -
XYZ 2.68 4.49 2.82 -
YUV 48.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 12 69 41 0.83 0 0.41 0.73 150.53 0.7 0.16
Hex C 45 29 53 0 29 49 97 46 10
Octal 14 105 51 123 0 51 111 227 106 20
Binary 1100 1000101 101001 1010011 0 101001 1001001 10010111 1000110 10000

Color Harmonies of #0C4529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4529

Black with #0C4529

Text Example


Text Example

White with #0C4529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,69,41); }

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

background-color css

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

 a { background-color: rgb(12,69,41); }

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

border-color css

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

 span { border-color: rgb(12,69,41); }

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