Html Css Color HEX #0D4832 Sherwood Green

📋 copy color: '#0D4832'

red 13 ◦ green 72 ◦ blue 50

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

Shades of Sherwood Green #0D4832

Tints of Sherwood Green #0D4832

RGB

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

 GREEN value IS 72 (28.52% from 255) = 53.33%

 BLUE value IS 50 (19.92% from 255) = 37.04%

R = 9.63%
G = 53.33%
B = 37.04%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#0D4832 (or 0x0D4832) is known color: Sherwood Green. HEX triplet: 0D, 48 and 32. RGB value is (13,72,50). Sum of RGB (Red+Green+Blue) = 13+72+50=135 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.63% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #0D4832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4832 is #F2B7CD. Grayscale: #333333. Windows color (decimal): -15906766 or 3295245. OLE color: 3295245.

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

Color convert

RGB 13 72 50 -
CMYK 0.82 0 0.31 0.72
HSL 157.63º 0.69% 0.17% -
HSV(B) 157.63º 0.82% 0.28% -
XYZ 3.06 4.95 3.81 -
YUV 51.85 126.95 100.29 -
System Red Green Blue C M Y K H S L
Decimal 13 72 50 0.82 0 0.31 0.72 157.63 0.69 0.17
Hex D 48 32 52 0 1F 48 9E 45 11
Octal 15 110 62 122 0 37 110 236 105 21
Binary 1101 1001000 110010 1010010 0 11111 1001000 10011110 1000101 10001

Color Harmonies of #0D4832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4832

Black with #0D4832

Text Example


Text Example

White with #0D4832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,72,50); }

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

background-color css

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

 a { background-color: rgb(13,72,50); }

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

border-color css

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

 span { border-color: rgb(13,72,50); }

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