Html Css Color HEX #0A5435 County Green

📋 copy color: '#0A5435'

red 10 ◦ green 84 ◦ blue 53

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

Shades of County Green #0A5435

Tints of County Green #0A5435

RGB

 RED value IS 10 (4.3% from 255) = 6.8%

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

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

R = 6.8%
G = 57.14%
B = 36.05%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#0A5435 (or 0x0A5435) is known color: County Green. HEX triplet: 0A, 54 and 35. RGB value is (10,84,53). Sum of RGB (Red+Green+Blue) = 10+84+53=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 84 (33.20% from 255 or 57.14% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 84 - color contains mainly: green. Hex color #0A5435 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5435 is #F5ABCA. Grayscale: #3A3A3A. Windows color (decimal): -16100299 or 3494922. OLE color: 3494922.

HSL color Cylindrical-coordinate representation of color #0A5435: hue angle of 154.86º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5435 is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 84 53 -
CMYK 0.88 0 0.37 0.67
HSL 154.86º 0.79% 0.18% -
HSV(B) 154.86º 0.88% 0.33% -
XYZ 3.94 6.66 4.45 -
YUV 58.34 124.98 93.52 -
System Red Green Blue C M Y K H S L
Decimal 10 84 53 0.88 0 0.37 0.67 154.86 0.79 0.18
Hex A 54 35 58 0 25 43 9B 4F 12
Octal 12 124 65 130 0 45 103 233 117 22
Binary 1010 1010100 110101 1011000 0 100101 1000011 10011011 1001111 10010

Color Harmonies of #0A5435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5435

Black with #0A5435

Text Example


Text Example

White with #0A5435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,84,53); }

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

background-color css

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

 a { background-color: rgb(10,84,53); }

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

border-color css

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

 span { border-color: rgb(10,84,53); }

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