Html Css Color HEX #0D492C Zuccini

📋 copy color: '#0D492C'

red 13 ◦ green 73 ◦ blue 44

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

Shades of Zuccini #0D492C

Tints of Zuccini #0D492C

RGB

 RED value IS 13 (5.47% from 255) = 10%

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

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

R = 10%
G = 56.15%
B = 33.85%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#0D492C (or 0x0D492C) is known color: Zuccini. HEX triplet: 0D, 49 and 2C. RGB value is (13,73,44). Sum of RGB (Red+Green+Blue) = 13+73+44=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #0D492C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D492C is #F2B6D3. Grayscale: #333333. Windows color (decimal): -15906516 or 2902285. OLE color: 2902285.

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

Color convert

RGB 13 73 44 -
CMYK 0.82 0 0.40 0.71
HSL 151º 0.7% 0.17% -
HSV(B) 151º 0.82% 0.29% -
XYZ 3 5.03 3.2 -
YUV 51.75 123.62 100.36 -
System Red Green Blue C M Y K H S L
Decimal 13 73 44 0.82 0 0.40 0.71 151 0.7 0.17
Hex D 49 2C 52 0 28 47 97 46 11
Octal 15 111 54 122 0 50 107 227 106 21
Binary 1101 1001001 101100 1010010 0 101000 1000111 10010111 1000110 10001

Color Harmonies of #0D492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D492C

Black with #0D492C

Text Example


Text Example

White with #0D492C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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