Html Css Color HEX #155541 Sherwood Green

📋 copy color: '#155541'

red 21 ◦ green 85 ◦ blue 65

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

Shades of Sherwood Green #155541

Tints of Sherwood Green #155541

RGB

 RED value IS 21 (8.59% from 255) = 12.28%

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

 BLUE value IS 65 (25.78% from 255) = 38.01%

R = 12.28%
G = 49.71%
B = 38.01%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#155541 (or 0x155541) is known color: Sherwood Green. HEX triplet: 15, 55 and 41. RGB value is (21,85,65). Sum of RGB (Red+Green+Blue) = 21+85+65=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #155541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155541 is #EAAABE. Grayscale: #3F3F3F. Windows color (decimal): -15379135 or 4281621. OLE color: 4281621.

HSL color Cylindrical-coordinate representation of color #155541: hue angle of 161.25º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155541 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 85 65 -
CMYK 0.75 0 0.24 0.67
HSL 161.25º 0.6% 0.21% -
HSV(B) 161.25º 0.75% 0.33% -
XYZ 4.51 7.04 6.12 -
YUV 63.58 128.8 97.63 -
System Red Green Blue C M Y K H S L
Decimal 21 85 65 0.75 0 0.24 0.67 161.25 0.6 0.21
Hex 15 55 41 4B 0 18 43 A1 3C 15
Octal 25 125 101 113 0 30 103 241 74 25
Binary 10101 1010101 1000001 1001011 0 11000 1000011 10100001 111100 10101

Color Harmonies of #155541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155541

Black with #155541

Text Example


Text Example

White with #155541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155541; }

 p { color: rgb(21,85,65); }

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

background-color css

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

 a { background-color: rgb(21,85,65); }

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

border-color css

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

 span { border-color: rgb(21,85,65); }

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