Html Css Color HEX #0D4430 Sherwood Green

📋 copy color: '#0D4430'

red 13 ◦ green 68 ◦ blue 48

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

Shades of Sherwood Green #0D4430

Tints of Sherwood Green #0D4430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 52.71%

 BLUE value IS 48 (19.14% from 255) = 37.21%

R = 10.08%
G = 52.71%
B = 37.21%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#0D4430 (or 0x0D4430) is known color: Sherwood Green. HEX triplet: 0D, 44 and 30. RGB value is (13,68,48). Sum of RGB (Red+Green+Blue) = 13+68+48=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #0D4430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4430 is #F2BBCF. Grayscale: #313131. Windows color (decimal): -15907792 or 3163149. OLE color: 3163149.

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

Color convert

RGB 13 68 48 -
CMYK 0.81 0 0.29 0.73
HSL 158.18º 0.68% 0.16% -
HSV(B) 158.18º 0.81% 0.27% -
XYZ 2.77 4.43 3.51 -
YUV 49.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 13 68 48 0.81 0 0.29 0.73 158.18 0.68 0.16
Hex D 44 30 51 0 1D 49 9E 44 10
Octal 15 104 60 121 0 35 111 236 104 20
Binary 1101 1000100 110000 1010001 0 11101 1001001 10011110 1000100 10000

Color Harmonies of #0D4430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4430

Black with #0D4430

Text Example


Text Example

White with #0D4430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,68,48); }

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

background-color css

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

 a { background-color: rgb(13,68,48); }

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

border-color css

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

 span { border-color: rgb(13,68,48); }

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