Html Css Color HEX #135335 County Green

📋 copy color: '#135335'

red 19 ◦ green 83 ◦ blue 53

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

Shades of County Green #135335

Tints of County Green #135335

RGB

 RED value IS 19 (7.81% from 255) = 12.26%

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

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

R = 12.26%
G = 53.55%
B = 34.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#135335 (or 0x135335) is known color: County Green. HEX triplet: 13, 53 and 35. RGB value is (19,83,53). Sum of RGB (Red+Green+Blue) = 19+83+53=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #135335 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135335 is #ECACCA. Grayscale: #3C3C3C. Windows color (decimal): -15510731 or 3494675. OLE color: 3494675.

HSL color Cylindrical-coordinate representation of color #135335: hue angle of 151.88º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135335 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 83 53 -
CMYK 0.77 0 0.36 0.67
HSL 151.88º 0.63% 0.2% -
HSV(B) 151.88º 0.77% 0.33% -
XYZ 4 6.58 4.43 -
YUV 60.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 19 83 53 0.77 0 0.36 0.67 151.88 0.63 0.2
Hex 13 53 35 4D 0 24 43 98 3F 14
Octal 23 123 65 115 0 44 103 230 77 24
Binary 10011 1010011 110101 1001101 0 100100 1000011 10011000 111111 10100

Color Harmonies of #135335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135335

Black with #135335

Text Example


Text Example

White with #135335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135335; }

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

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

background-color css

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

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

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

border-color css

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

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

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