Html Css Color HEX #0C5231 Zuccini

📋 copy color: '#0C5231'

red 12 ◦ green 82 ◦ blue 49

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

Shades of Zuccini #0C5231

Tints of Zuccini #0C5231

RGB

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

 GREEN value IS 82 (32.42% from 255) = 57.34%

 BLUE value IS 49 (19.53% from 255) = 34.27%

R = 8.39%
G = 57.34%
B = 34.27%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#0C5231 (or 0x0C5231) is known color: Zuccini. HEX triplet: 0C, 52 and 31. RGB value is (12,82,49). Sum of RGB (Red+Green+Blue) = 12+82+49=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #0C5231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5231 is #F3ADCE. Grayscale: #393939. Windows color (decimal): -15969743 or 3232268. OLE color: 3232268.

HSL color Cylindrical-coordinate representation of color #0C5231: hue angle of 151.71º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C5231 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 12 82 49 -
CMYK 0.85 0 0.40 0.68
HSL 151.71º 0.74% 0.18% -
HSV(B) 151.71º 0.85% 0.32% -
XYZ 3.72 6.33 3.93 -
YUV 57.31 123.31 95.68 -
System Red Green Blue C M Y K H S L
Decimal 12 82 49 0.85 0 0.40 0.68 151.71 0.74 0.18
Hex C 52 31 55 0 28 44 98 4A 12
Octal 14 122 61 125 0 50 104 230 112 22
Binary 1100 1010010 110001 1010101 0 101000 1000100 10011000 1001010 10010

Color Harmonies of #0C5231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5231

Black with #0C5231

Text Example


Text Example

White with #0C5231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,82,49); }

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

background-color css

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

 a { background-color: rgb(12,82,49); }

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

border-color css

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

 span { border-color: rgb(12,82,49); }

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