Html Css Color HEX #0D4D29 Zuccini

📋 copy color: '#0D4D29'

red 13 ◦ green 77 ◦ blue 41

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

Shades of Zuccini #0D4D29

Tints of Zuccini #0D4D29

RGB

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

 GREEN value IS 77 (30.47% from 255) = 58.78%

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

R = 9.92%
G = 58.78%
B = 31.3%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#0D4D29 (or 0x0D4D29) is known color: Zuccini. HEX triplet: 0D, 4D and 29. RGB value is (13,77,41). Sum of RGB (Red+Green+Blue) = 13+77+41=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 77 (30.47% from 255 or 58.78% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 77 - color contains mainly: green. Hex color #0D4D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4D29 is #F2B2D6. Grayscale: #353535. Windows color (decimal): -15905495 or 2706701. OLE color: 2706701.

HSL color Cylindrical-coordinate representation of color #0D4D29: hue angle of 146.25º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4D29 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 13 77 41 -
CMYK 0.83 0 0.47 0.70
HSL 146.25º 0.71% 0.18% -
HSV(B) 146.25º 0.83% 0.3% -
XYZ 3.22 5.55 3 -
YUV 53.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 13 77 41 0.83 0 0.47 0.70 146.25 0.71 0.18
Hex D 4D 29 53 0 2F 46 92 47 12
Octal 15 115 51 123 0 57 106 222 107 22
Binary 1101 1001101 101001 1010011 0 101111 1000110 10010010 1000111 10010

Color Harmonies of #0D4D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4D29

Black with #0D4D29

Text Example


Text Example

White with #0D4D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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