Html Css Color HEX #0D4329 Zuccini

📋 copy color: '#0D4329'

red 13 ◦ green 67 ◦ blue 41

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

Shades of Zuccini #0D4329

Tints of Zuccini #0D4329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 55.37%

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

R = 10.74%
G = 55.37%
B = 33.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#0D4329 (or 0x0D4329) is known color: Zuccini. HEX triplet: 0D, 43 and 29. RGB value is (13,67,41). Sum of RGB (Red+Green+Blue) = 13+67+41=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #0D4329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4329 is #F2BCD6. Grayscale: #2F2F2F. Windows color (decimal): -15908055 or 2704141. OLE color: 2704141.

HSL color Cylindrical-coordinate representation of color #0D4329: hue angle of 151.11º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D4329 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 13 67 41 -
CMYK 0.81 0 0.39 0.74
HSL 151.11º 0.68% 0.16% -
HSV(B) 151.11º 0.81% 0.26% -
XYZ 2.57 4.26 2.78 -
YUV 47.89 124.11 103.11 -
System Red Green Blue C M Y K H S L
Decimal 13 67 41 0.81 0 0.39 0.74 151.11 0.68 0.16
Hex D 43 29 51 0 27 4A 97 44 10
Octal 15 103 51 121 0 47 112 227 104 20
Binary 1101 1000011 101001 1010001 0 100111 1001010 10010111 1000100 10000

Color Harmonies of #0D4329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4329

Black with #0D4329

Text Example


Text Example

White with #0D4329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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