Html Css Color HEX #0D4629 Zuccini

📋 copy color: '#0D4629'

red 13 ◦ green 70 ◦ blue 41

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

Shades of Zuccini #0D4629

Tints of Zuccini #0D4629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 56.45%

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

R = 10.48%
G = 56.45%
B = 33.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#0D4629 (or 0x0D4629) is known color: Zuccini. HEX triplet: 0D, 46 and 29. RGB value is (13,70,41). Sum of RGB (Red+Green+Blue) = 13+70+41=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #0D4629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4629 is #F2B9D6. Grayscale: #313131. Windows color (decimal): -15907287 or 2704909. OLE color: 2704909.

HSL color Cylindrical-coordinate representation of color #0D4629: hue angle of 149.47º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D4629 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 13 70 41 -
CMYK 0.81 0 0.41 0.73
HSL 149.47º 0.69% 0.16% -
HSV(B) 149.47º 0.81% 0.27% -
XYZ 2.76 4.63 2.85 -
YUV 49.65 123.12 101.86 -
System Red Green Blue C M Y K H S L
Decimal 13 70 41 0.81 0 0.41 0.73 149.47 0.69 0.16
Hex D 46 29 51 0 29 49 95 45 10
Octal 15 106 51 121 0 51 111 225 105 20
Binary 1101 1000110 101001 1010001 0 101001 1001001 10010101 1000101 10000

Color Harmonies of #0D4629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4629

Black with #0D4629

Text Example


Text Example

White with #0D4629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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