Html Css Color HEX #0D5335 County Green

📋 copy color: '#0D5335'

red 13 ◦ green 83 ◦ blue 53

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

Shades of County Green #0D5335

Tints of County Green #0D5335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 35.57%

R = 8.72%
G = 55.7%
B = 35.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#0D5335 (or 0x0D5335) is known color: County Green. HEX triplet: 0D, 53 and 35. RGB value is (13,83,53). Sum of RGB (Red+Green+Blue) = 13+83+53=149 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.72% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #0D5335 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5335 is #F2ACCA. Grayscale: #3A3A3A. Windows color (decimal): -15903947 or 3494669. OLE color: 3494669.

HSL color Cylindrical-coordinate representation of color #0D5335: hue angle of 154.29º 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 #0D5335 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 83 53 -
CMYK 0.84 0 0.36 0.67
HSL 154.29º 0.73% 0.19% -
HSV(B) 154.29º 0.84% 0.33% -
XYZ 3.9 6.53 4.42 -
YUV 58.65 124.81 95.44 -
System Red Green Blue C M Y K H S L
Decimal 13 83 53 0.84 0 0.36 0.67 154.29 0.73 0.19
Hex D 53 35 54 0 24 43 9A 49 13
Octal 15 123 65 124 0 44 103 232 111 23
Binary 1101 1010011 110101 1010100 0 100100 1000011 10011010 1001001 10011

Color Harmonies of #0D5335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5335

Black with #0D5335

Text Example


Text Example

White with #0D5335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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