Html Css Color HEX #0D4B28 Zuccini

📋 copy color: '#0D4B28'

red 13 ◦ green 75 ◦ blue 40

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

Shades of Zuccini #0D4B28

Tints of Zuccini #0D4B28

RGB

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

 GREEN value IS 75 (29.69% from 255) = 58.59%

 BLUE value IS 40 (16.02% from 255) = 31.25%

R = 10.16%
G = 58.59%
B = 31.25%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#0D4B28 (or 0x0D4B28) is known color: Zuccini. HEX triplet: 0D, 4B and 28. RGB value is (13,75,40). Sum of RGB (Red+Green+Blue) = 13+75+40=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 75 (29.69% from 255 or 58.59% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 75 - color contains mainly: green. Hex color #0D4B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4B28 is #F2B4D7. Grayscale: #343434. Windows color (decimal): -15906008 or 2640653. OLE color: 2640653.

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

Color convert

RGB 13 75 40 -
CMYK 0.83 0 0.47 0.71
HSL 146.13º 0.7% 0.17% -
HSV(B) 146.13º 0.83% 0.29% -
XYZ 3.07 5.27 2.86 -
YUV 52.47 120.96 99.85 -
System Red Green Blue C M Y K H S L
Decimal 13 75 40 0.83 0 0.47 0.71 146.13 0.7 0.17
Hex D 4B 28 53 0 2F 47 92 46 11
Octal 15 113 50 123 0 57 107 222 106 21
Binary 1101 1001011 101000 1010011 0 101111 1000111 10010010 1000110 10001

Color Harmonies of #0D4B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4B28

Black with #0D4B28

Text Example


Text Example

White with #0D4B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,75,40); }

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

background-color css

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

 a { background-color: rgb(13,75,40); }

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

border-color css

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

 span { border-color: rgb(13,75,40); }

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