Html Css Color HEX #0D4628 Zuccini

📋 copy color: '#0D4628'

red 13 ◦ green 70 ◦ blue 40

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

Shades of Zuccini #0D4628

Tints of Zuccini #0D4628

RGB

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

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

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

R = 10.57%
G = 56.91%
B = 32.52%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#0D4628 (or 0x0D4628) is known color: Zuccini. HEX triplet: 0D, 46 and 28. RGB value is (13,70,40). Sum of RGB (Red+Green+Blue) = 13+70+40=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #0D4628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4628 is #F2B9D7. Grayscale: #313131. Windows color (decimal): -15907288 or 2639373. OLE color: 2639373.

HSL color Cylindrical-coordinate representation of color #0D4628: hue angle of 148.42º 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 #0D4628 is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 13 70 40 -
CMYK 0.81 0 0.43 0.73
HSL 148.42º 0.69% 0.16% -
HSV(B) 148.42º 0.81% 0.27% -
XYZ 2.74 4.62 2.75 -
YUV 49.54 122.62 101.94 -
System Red Green Blue C M Y K H S L
Decimal 13 70 40 0.81 0 0.43 0.73 148.42 0.69 0.16
Hex D 46 28 51 0 2B 49 94 45 10
Octal 15 106 50 121 0 53 111 224 105 20
Binary 1101 1000110 101000 1010001 0 101011 1001001 10010100 1000101 10000

Color Harmonies of #0D4628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4628

Black with #0D4628

Text Example


Text Example

White with #0D4628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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