Html Css Color HEX #0D543D Sherwood Green

📋 copy color: '#0D543D'

red 13 ◦ green 84 ◦ blue 61

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

Shades of Sherwood Green #0D543D

Tints of Sherwood Green #0D543D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 53.16%

 BLUE value IS 61 (24.22% from 255) = 38.61%

R = 8.23%
G = 53.16%
B = 38.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#0D543D (or 0x0D543D) is known color: Sherwood Green. HEX triplet: 0D, 54 and 3D. RGB value is (13,84,61). Sum of RGB (Red+Green+Blue) = 13+84+61=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #0D543D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D543D is #F2ABC2. Grayscale: #3C3C3C. Windows color (decimal): -15903683 or 4019213. OLE color: 4019213.

HSL color Cylindrical-coordinate representation of color #0D543D: hue angle of 160.56º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D543D is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 84 61 -
CMYK 0.85 0 0.27 0.67
HSL 160.56º 0.73% 0.19% -
HSV(B) 160.56º 0.85% 0.33% -
XYZ 4.18 6.76 5.5 -
YUV 60.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 13 84 61 0.85 0 0.27 0.67 160.56 0.73 0.19
Hex D 54 3D 55 0 1B 43 A1 49 13
Octal 15 124 75 125 0 33 103 241 111 23
Binary 1101 1010100 111101 1010101 0 11011 1000011 10100001 1001001 10011

Color Harmonies of #0D543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D543D

Black with #0D543D

Text Example


Text Example

White with #0D543D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,84,61); }

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

background-color css

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

 a { background-color: rgb(13,84,61); }

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

border-color css

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

 span { border-color: rgb(13,84,61); }

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