Html Css Color HEX #135334 County Green

📋 copy color: '#135334'

red 19 ◦ green 83 ◦ blue 52

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

Shades of County Green #135334

Tints of County Green #135334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 33.77%

R = 12.34%
G = 53.9%
B = 33.77%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#135334 (or 0x135334) is known color: County Green. HEX triplet: 13, 53 and 34. RGB value is (19,83,52). Sum of RGB (Red+Green+Blue) = 19+83+52=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 83 (32.81% from 255 or 53.90% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 83 - color contains mainly: green. Hex color #135334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135334 is #ECACCB. Grayscale: #3C3C3C. Windows color (decimal): -15510732 or 3429139. OLE color: 3429139.

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

Color convert

RGB 19 83 52 -
CMYK 0.77 0 0.37 0.67
HSL 150.94º 0.63% 0.2% -
HSV(B) 150.94º 0.77% 0.33% -
XYZ 3.98 6.57 4.31 -
YUV 60.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 19 83 52 0.77 0 0.37 0.67 150.94 0.63 0.2
Hex 13 53 34 4D 0 25 43 97 3F 14
Octal 23 123 64 115 0 45 103 227 77 24
Binary 10011 1010011 110100 1001101 0 100101 1000011 10010111 111111 10100

Color Harmonies of #135334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135334

Black with #135334

Text Example


Text Example

White with #135334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135334; }

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

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

background-color css

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

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

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

border-color css

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

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

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