Html Css Color HEX #135337 County Green

📋 copy color: '#135337'

red 19 ◦ green 83 ◦ blue 55

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

Shades of County Green #135337

Tints of County Green #135337

RGB

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

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

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

R = 12.1%
G = 52.87%
B = 35.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#135337 (or 0x135337) is known color: County Green. HEX triplet: 13, 53 and 37. RGB value is (19,83,55). Sum of RGB (Red+Green+Blue) = 19+83+55=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #135337 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135337 is #ECACC8. Grayscale: #3C3C3C. Windows color (decimal): -15510729 or 3625747. OLE color: 3625747.

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

Color convert

RGB 19 83 55 -
CMYK 0.77 0 0.34 0.67
HSL 153.75º 0.63% 0.2% -
HSV(B) 153.75º 0.77% 0.33% -
XYZ 4.05 6.6 4.67 -
YUV 60.67 124.8 98.28 -
System Red Green Blue C M Y K H S L
Decimal 19 83 55 0.77 0 0.34 0.67 153.75 0.63 0.2
Hex 13 53 37 4D 0 22 43 9A 3F 14
Octal 23 123 67 115 0 42 103 232 77 24
Binary 10011 1010011 110111 1001101 0 100010 1000011 10011010 111111 10100

Color Harmonies of #135337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135337

Black with #135337

Text Example


Text Example

White with #135337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135337; }

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

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

background-color css

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

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

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

border-color css

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

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

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