Html Css Color HEX #0D4723 Zuccini

📋 copy color: '#0D4723'

red 13 ◦ green 71 ◦ blue 35

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

Shades of Zuccini #0D4723

Tints of Zuccini #0D4723

RGB

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

 GREEN value IS 71 (28.13% from 255) = 59.66%

 BLUE value IS 35 (14.06% from 255) = 29.41%

R = 10.92%
G = 59.66%
B = 29.41%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#0D4723 (or 0x0D4723) is known color: Zuccini. HEX triplet: 0D, 47 and 23. RGB value is (13,71,35). Sum of RGB (Red+Green+Blue) = 13+71+35=119 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.92% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #0D4723 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4723 is #F2B8DC. Grayscale: #313131. Windows color (decimal): -15907037 or 2311949. OLE color: 2311949.

HSL color Cylindrical-coordinate representation of color #0D4723: hue angle of 142.76º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4723 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 13 71 35 -
CMYK 0.82 0 0.51 0.72
HSL 142.76º 0.69% 0.16% -
HSV(B) 142.76º 0.82% 0.28% -
XYZ 2.72 4.71 2.36 -
YUV 49.55 119.78 101.93 -
System Red Green Blue C M Y K H S L
Decimal 13 71 35 0.82 0 0.51 0.72 142.76 0.69 0.16
Hex D 47 23 52 0 33 48 8F 45 10
Octal 15 107 43 122 0 63 110 217 105 20
Binary 1101 1000111 100011 1010010 0 110011 1001000 10001111 1000101 10000

Color Harmonies of #0D4723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4723

Black with #0D4723

Text Example


Text Example

White with #0D4723

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,71,35); }

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

background-color css

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

 a { background-color: rgb(13,71,35); }

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

border-color css

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

 span { border-color: rgb(13,71,35); }

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