Html Css Color HEX #0D5337 County Green

📋 copy color: '#0D5337'

red 13 ◦ green 83 ◦ blue 55

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

Shades of County Green #0D5337

Tints of County Green #0D5337

RGB

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

 GREEN value IS 83 (32.81% from 255) = 54.97%

 BLUE value IS 55 (21.88% from 255) = 36.42%

R = 8.61%
G = 54.97%
B = 36.42%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#0D5337 (or 0x0D5337) is known color: County Green. HEX triplet: 0D, 53 and 37. RGB value is (13,83,55). Sum of RGB (Red+Green+Blue) = 13+83+55=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #0D5337 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5337 is #F2ACC8. Grayscale: #3A3A3A. Windows color (decimal): -15903945 or 3625741. OLE color: 3625741.

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

Color convert

RGB 13 83 55 -
CMYK 0.84 0 0.34 0.67
HSL 156º 0.73% 0.19% -
HSV(B) 156º 0.84% 0.33% -
XYZ 3.95 6.55 4.67 -
YUV 58.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 13 83 55 0.84 0 0.34 0.67 156 0.73 0.19
Hex D 53 37 54 0 22 43 9C 49 13
Octal 15 123 67 124 0 42 103 234 111 23
Binary 1101 1010011 110111 1010100 0 100010 1000011 10011100 1001001 10011

Color Harmonies of #0D5337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5337

Black with #0D5337

Text Example


Text Example

White with #0D5337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,83,55); }

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

background-color css

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

 a { background-color: rgb(13,83,55); }

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

border-color css

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

 span { border-color: rgb(13,83,55); }

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