Html Css Color HEX #0C492C Zuccini

📋 copy color: '#0C492C'

red 12 ◦ green 73 ◦ blue 44

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

Shades of Zuccini #0C492C

Tints of Zuccini #0C492C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 56.59%

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

R = 9.3%
G = 56.59%
B = 34.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#0C492C (or 0x0C492C) is known color: Zuccini. HEX triplet: 0C, 49 and 2C. RGB value is (12,73,44). Sum of RGB (Red+Green+Blue) = 12+73+44=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #0C492C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C492C is #F3B6D3. Grayscale: #333333. Windows color (decimal): -15972052 or 2902284. OLE color: 2902284.

HSL color Cylindrical-coordinate representation of color #0C492C: hue angle of 151.48º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C492C is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 73 44 -
CMYK 0.84 0 0.40 0.71
HSL 151.48º 0.72% 0.17% -
HSV(B) 151.48º 0.84% 0.29% -
XYZ 2.99 5.03 3.2 -
YUV 51.46 123.79 99.86 -
System Red Green Blue C M Y K H S L
Decimal 12 73 44 0.84 0 0.40 0.71 151.48 0.72 0.17
Hex C 49 2C 54 0 28 47 97 48 11
Octal 14 111 54 124 0 50 107 227 110 21
Binary 1100 1001001 101100 1010100 0 101000 1000111 10010111 1001000 10001

Color Harmonies of #0C492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C492C

Black with #0C492C

Text Example


Text Example

White with #0C492C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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