Html Css Color HEX #135339 County Green

📋 copy color: '#135339'

red 19 ◦ green 83 ◦ blue 57

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

Shades of County Green #135339

Tints of County Green #135339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 35.85%

R = 11.95%
G = 52.2%
B = 35.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#135339 (or 0x135339) is known color: County Green. HEX triplet: 13, 53 and 39. RGB value is (19,83,57). Sum of RGB (Red+Green+Blue) = 19+83+57=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #135339 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135339 is #ECACC6. Grayscale: #3C3C3C. Windows color (decimal): -15510727 or 3756819. OLE color: 3756819.

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

Color convert

RGB 19 83 57 -
CMYK 0.77 0 0.31 0.67
HSL 155.63º 0.63% 0.2% -
HSV(B) 155.63º 0.77% 0.33% -
XYZ 4.1 6.62 4.93 -
YUV 60.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 19 83 57 0.77 0 0.31 0.67 155.63 0.63 0.2
Hex 13 53 39 4D 0 1F 43 9C 3F 14
Octal 23 123 71 115 0 37 103 234 77 24
Binary 10011 1010011 111001 1001101 0 11111 1000011 10011100 111111 10100

Color Harmonies of #135339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135339

Black with #135339

Text Example


Text Example

White with #135339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135339; }

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

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

background-color css

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

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

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

border-color css

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

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

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