Html Css Color HEX #0D472C Zuccini

📋 copy color: '#0D472C'

red 13 ◦ green 71 ◦ blue 44

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

Shades of Zuccini #0D472C

Tints of Zuccini #0D472C

RGB

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

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

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

R = 10.16%
G = 55.47%
B = 34.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#0D472C (or 0x0D472C) is known color: Zuccini. HEX triplet: 0D, 47 and 2C. RGB value is (13,71,44). Sum of RGB (Red+Green+Blue) = 13+71+44=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #0D472C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D472C is #F2B8D3. Grayscale: #323232. Windows color (decimal): -15907028 or 2901773. OLE color: 2901773.

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

Color convert

RGB 13 71 44 -
CMYK 0.82 0 0.38 0.72
HSL 152.07º 0.69% 0.16% -
HSV(B) 152.07º 0.82% 0.28% -
XYZ 2.87 4.77 3.15 -
YUV 50.58 124.28 101.2 -
System Red Green Blue C M Y K H S L
Decimal 13 71 44 0.82 0 0.38 0.72 152.07 0.69 0.16
Hex D 47 2C 52 0 26 48 98 45 10
Octal 15 107 54 122 0 46 110 230 105 20
Binary 1101 1000111 101100 1010010 0 100110 1001000 10011000 1000101 10000

Color Harmonies of #0D472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D472C

Black with #0D472C

Text Example


Text Example

White with #0D472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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