Html Css Color HEX #0D4530 Sherwood Green

📋 copy color: '#0D4530'

red 13 ◦ green 69 ◦ blue 48

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

Shades of Sherwood Green #0D4530

Tints of Sherwood Green #0D4530

RGB

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

 GREEN value IS 69 (27.34% from 255) = 53.08%

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

R = 10%
G = 53.08%
B = 36.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#0D4530 (or 0x0D4530) is known color: Sherwood Green. HEX triplet: 0D, 45 and 30. RGB value is (13,69,48). Sum of RGB (Red+Green+Blue) = 13+69+48=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #0D4530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4530 is #F2BACF. Grayscale: #313131. Windows color (decimal): -15907536 or 3163405. OLE color: 3163405.

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

Color convert

RGB 13 69 48 -
CMYK 0.81 0 0.30 0.73
HSL 157.5º 0.68% 0.16% -
HSV(B) 157.5º 0.81% 0.27% -
XYZ 2.83 4.56 3.53 -
YUV 49.86 126.95 101.71 -
System Red Green Blue C M Y K H S L
Decimal 13 69 48 0.81 0 0.30 0.73 157.5 0.68 0.16
Hex D 45 30 51 0 1E 49 9E 44 10
Octal 15 105 60 121 0 36 111 236 104 20
Binary 1101 1000101 110000 1010001 0 11110 1001001 10011110 1000100 10000

Color Harmonies of #0D4530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4530

Black with #0D4530

Text Example


Text Example

White with #0D4530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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