Html Css Color HEX #155035 County Green

📋 copy color: '#155035'

red 21 ◦ green 80 ◦ blue 53

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

Shades of County Green #155035

Tints of County Green #155035

RGB

 RED value IS 21 (8.59% from 255) = 13.64%

 GREEN value IS 80 (31.64% from 255) = 51.95%

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

R = 13.64%
G = 51.95%
B = 34.42%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#155035 (or 0x155035) is known color: County Green. HEX triplet: 15, 50 and 35. RGB value is (21,80,53). Sum of RGB (Red+Green+Blue) = 21+80+53=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #155035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155035 is #EAAFCA. Grayscale: #3B3B3B. Windows color (decimal): -15380427 or 3493909. OLE color: 3493909.

HSL color Cylindrical-coordinate representation of color #155035: hue angle of 152.54º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155035 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 80 53 -
CMYK 0.74 0 0.34 0.69
HSL 152.54º 0.58% 0.2% -
HSV(B) 152.54º 0.74% 0.31% -
XYZ 3.82 6.15 4.35 -
YUV 59.28 124.45 100.7 -
System Red Green Blue C M Y K H S L
Decimal 21 80 53 0.74 0 0.34 0.69 152.54 0.58 0.2
Hex 15 50 35 4A 0 22 45 99 3A 14
Octal 25 120 65 112 0 42 105 231 72 24
Binary 10101 1010000 110101 1001010 0 100010 1000101 10011001 111010 10100

Color Harmonies of #155035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155035

Black with #155035

Text Example


Text Example

White with #155035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155035; }

 p { color: rgb(21,80,53); }

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

background-color css

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

 a { background-color: rgb(21,80,53); }

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

border-color css

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

 span { border-color: rgb(21,80,53); }

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