Html Css Color HEX #0C4726 Zuccini

📋 copy color: '#0C4726'

red 12 ◦ green 71 ◦ blue 38

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

Shades of Zuccini #0C4726

Tints of Zuccini #0C4726

RGB

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

 GREEN value IS 71 (28.13% from 255) = 58.68%

 BLUE value IS 38 (15.23% from 255) = 31.4%

R = 9.92%
G = 58.68%
B = 31.4%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#0C4726 (or 0x0C4726) is known color: Zuccini. HEX triplet: 0C, 47 and 26. RGB value is (12,71,38). Sum of RGB (Red+Green+Blue) = 12+71+38=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #0C4726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4726 is #F3B8D9. Grayscale: #313131. Windows color (decimal): -15972570 or 2508556. OLE color: 2508556.

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

Color convert

RGB 12 71 38 -
CMYK 0.83 0 0.46 0.72
HSL 146.44º 0.71% 0.16% -
HSV(B) 146.44º 0.83% 0.28% -
XYZ 2.75 4.72 2.6 -
YUV 49.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 12 71 38 0.83 0 0.46 0.72 146.44 0.71 0.16
Hex C 47 26 53 0 2E 48 92 47 10
Octal 14 107 46 123 0 56 110 222 107 20
Binary 1100 1000111 100110 1010011 0 101110 1001000 10010010 1000111 10000

Color Harmonies of #0C4726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4726

Black with #0C4726

Text Example


Text Example

White with #0C4726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,71,38); }

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

background-color css

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

 a { background-color: rgb(12,71,38); }

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

border-color css

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

 span { border-color: rgb(12,71,38); }

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