Html Css Color HEX #144836 Sherwood Green

📋 copy color: '#144836'

red 20 ◦ green 72 ◦ blue 54

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

Shades of Sherwood Green #144836

Tints of Sherwood Green #144836

RGB

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

 GREEN value IS 72 (28.52% from 255) = 49.32%

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

R = 13.7%
G = 49.32%
B = 36.99%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#144836 (or 0x144836) is known color: Sherwood Green. HEX triplet: 14, 48 and 36. RGB value is (20,72,54). Sum of RGB (Red+Green+Blue) = 20+72+54=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #144836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144836 is #EBB7C9. Grayscale: #363636. Windows color (decimal): -15448010 or 3557396. OLE color: 3557396.

HSL color Cylindrical-coordinate representation of color #144836: hue angle of 159.23º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144836 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 72 54 -
CMYK 0.72 0 0.25 0.72
HSL 159.23º 0.57% 0.18% -
HSV(B) 159.23º 0.72% 0.28% -
XYZ 3.27 5.05 4.29 -
YUV 54.4 127.77 103.46 -
System Red Green Blue C M Y K H S L
Decimal 20 72 54 0.72 0 0.25 0.72 159.23 0.57 0.18
Hex 14 48 36 48 0 19 48 9F 39 12
Octal 24 110 66 110 0 31 110 237 71 22
Binary 10100 1001000 110110 1001000 0 11001 1001000 10011111 111001 10010

Color Harmonies of #144836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144836

Black with #144836

Text Example


Text Example

White with #144836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144836; }

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

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

background-color css

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

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

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

border-color css

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

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

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