Html Css Color HEX #0D4729 Zuccini

📋 copy color: '#0D4729'

red 13 ◦ green 71 ◦ blue 41

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

Shades of Zuccini #0D4729

Tints of Zuccini #0D4729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 32.8%

R = 10.4%
G = 56.8%
B = 32.8%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#0D4729 (or 0x0D4729) is known color: Zuccini. HEX triplet: 0D, 47 and 29. RGB value is (13,71,41). Sum of RGB (Red+Green+Blue) = 13+71+41=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #0D4729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4729 is #F2B8D6. Grayscale: #323232. Windows color (decimal): -15907031 or 2705165. OLE color: 2705165.

HSL color Cylindrical-coordinate representation of color #0D4729: hue angle of 148.97º 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 #0D4729 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 13 71 41 -
CMYK 0.82 0 0.42 0.72
HSL 148.97º 0.69% 0.16% -
HSV(B) 148.97º 0.82% 0.28% -
XYZ 2.82 4.75 2.87 -
YUV 50.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 13 71 41 0.82 0 0.42 0.72 148.97 0.69 0.16
Hex D 47 29 52 0 2A 48 95 45 10
Octal 15 107 51 122 0 52 110 225 105 20
Binary 1101 1000111 101001 1010010 0 101010 1001000 10010101 1000101 10000

Color Harmonies of #0D4729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4729

Black with #0D4729

Text Example


Text Example

White with #0D4729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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