Html Css Color HEX #125540 Sherwood Green

📋 copy color: '#125540'

red 18 ◦ green 85 ◦ blue 64

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

Shades of Sherwood Green #125540

Tints of Sherwood Green #125540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 38.32%

R = 10.78%
G = 50.9%
B = 38.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#125540 (or 0x125540) is known color: Sherwood Green. HEX triplet: 12, 55 and 40. RGB value is (18,85,64). Sum of RGB (Red+Green+Blue) = 18+85+64=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #125540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125540 is #EDAABF. Grayscale: #3E3E3E. Windows color (decimal): -15575744 or 4216082. OLE color: 4216082.

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

Color convert

RGB 18 85 64 -
CMYK 0.79 0 0.25 0.67
HSL 161.19º 0.65% 0.2% -
HSV(B) 161.19º 0.79% 0.33% -
XYZ 4.42 7 5.97 -
YUV 62.57 128.8 96.21 -
System Red Green Blue C M Y K H S L
Decimal 18 85 64 0.79 0 0.25 0.67 161.19 0.65 0.2
Hex 12 55 40 4F 0 19 43 A1 41 14
Octal 22 125 100 117 0 31 103 241 101 24
Binary 10010 1010101 1000000 1001111 0 11001 1000011 10100001 1000001 10100

Color Harmonies of #125540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125540

Black with #125540

Text Example


Text Example

White with #125540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125540; }

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

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

background-color css

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

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

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

border-color css

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

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

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