Html Css Color HEX #125535 County Green

📋 copy color: '#125535'

red 18 ◦ green 85 ◦ blue 53

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

Shades of County Green #125535

Tints of County Green #125535

RGB

 RED value IS 18 (7.42% from 255) = 11.54%

 GREEN value IS 85 (33.59% from 255) = 54.49%

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

R = 11.54%
G = 54.49%
B = 33.97%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#125535 (or 0x125535) is known color: County Green. HEX triplet: 12, 55 and 35. RGB value is (18,85,53). Sum of RGB (Red+Green+Blue) = 18+85+53=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #125535 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125535 is #EDAACA. Grayscale: #3D3D3D. Windows color (decimal): -15575755 or 3495186. OLE color: 3495186.

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

Color convert

RGB 18 85 53 -
CMYK 0.79 0 0.38 0.67
HSL 151.34º 0.65% 0.2% -
HSV(B) 151.34º 0.79% 0.33% -
XYZ 4.14 6.88 4.48 -
YUV 61.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 18 85 53 0.79 0 0.38 0.67 151.34 0.65 0.2
Hex 12 55 35 4F 0 26 43 97 41 14
Octal 22 125 65 117 0 46 103 227 101 24
Binary 10010 1010101 110101 1001111 0 100110 1000011 10010111 1000001 10100

Color Harmonies of #125535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125535

Black with #125535

Text Example


Text Example

White with #125535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125535; }

 p { color: rgb(18,85,53); }

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

background-color css

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

 a { background-color: rgb(18,85,53); }

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

border-color css

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

 span { border-color: rgb(18,85,53); }

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