Html Css Color HEX #145541 Sherwood Green

📋 copy color: '#145541'

red 20 ◦ green 85 ◦ blue 65

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

Shades of Sherwood Green #145541

Tints of Sherwood Green #145541

RGB

 RED value IS 20 (8.2% from 255) = 11.76%

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

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

R = 11.76%
G = 50%
B = 38.24%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#145541 (or 0x145541) is known color: Sherwood Green. HEX triplet: 14, 55 and 41. RGB value is (20,85,65). Sum of RGB (Red+Green+Blue) = 20+85+65=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #145541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145541 is #EBAABE. Grayscale: #3F3F3F. Windows color (decimal): -15444671 or 4281620. OLE color: 4281620.

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

Color convert

RGB 20 85 65 -
CMYK 0.76 0 0.24 0.67
HSL 161.54º 0.62% 0.21% -
HSV(B) 161.54º 0.76% 0.33% -
XYZ 4.49 7.03 6.12 -
YUV 63.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 20 85 65 0.76 0 0.24 0.67 161.54 0.62 0.21
Hex 14 55 41 4C 0 18 43 A2 3E 15
Octal 24 125 101 114 0 30 103 242 76 25
Binary 10100 1010101 1000001 1001100 0 11000 1000011 10100010 111110 10101

Color Harmonies of #145541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145541

Black with #145541

Text Example


Text Example

White with #145541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145541; }

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

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

background-color css

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

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

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

border-color css

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

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

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