Html Css Color HEX #144B36 Sherwood Green

📋 copy color: '#144B36'

red 20 ◦ green 75 ◦ blue 54

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

Shades of Sherwood Green #144B36

Tints of Sherwood Green #144B36

RGB

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

 GREEN value IS 75 (29.69% from 255) = 50.34%

 BLUE value IS 54 (21.48% from 255) = 36.24%

R = 13.42%
G = 50.34%
B = 36.24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.71

RGB Variations

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

Color information

#144B36 (or 0x144B36) is known color: Sherwood Green. HEX triplet: 14, 4B and 36. RGB value is (20,75,54). Sum of RGB (Red+Green+Blue) = 20+75+54=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 75 (29.69% from 255 or 50.34% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 75 - color contains mainly: green. Hex color #144B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144B36 is #EBB4C9. Grayscale: #383838. Windows color (decimal): -15447242 or 3558164. OLE color: 3558164.

HSL color Cylindrical-coordinate representation of color #144B36: hue angle of 157.09º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144B36 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 75 54 -
CMYK 0.73 0 0.28 0.71
HSL 157.09º 0.58% 0.19% -
HSV(B) 157.09º 0.73% 0.29% -
XYZ 3.47 5.45 4.36 -
YUV 56.16 126.78 102.21 -
System Red Green Blue C M Y K H S L
Decimal 20 75 54 0.73 0 0.28 0.71 157.09 0.58 0.19
Hex 14 4B 36 49 0 1C 47 9D 3A 13
Octal 24 113 66 111 0 34 107 235 72 23
Binary 10100 1001011 110110 1001001 0 11100 1000111 10011101 111010 10011

Color Harmonies of #144B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144B36

Black with #144B36

Text Example


Text Example

White with #144B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144B36; }

 p { color: rgb(20,75,54); }

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

background-color css

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

 a { background-color: rgb(20,75,54); }

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

border-color css

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

 span { border-color: rgb(20,75,54); }

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