#144834

Color #144834 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #144834

Tints of Sherwood Green #144834

Color information

#144834 (or 0x144834) is unknown color: approx Sherwood Green. HEX triplet: 14, 48 and 34. RGB value is (20,72,52). Sum of RGB (Red+Green+Blue) = 20+72+52=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #144834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144834 is #EBB7CB. Grayscale: #363636. Windows color (decimal): -15448012 or 3426324. OLE color: 3426324.

HSL color Cylindrical-coordinate representation of color #144834: hue angle of 156.92º 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 #144834 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB207252-
CMYK0.7200.280.72
HSL156.92º56.52%18.04%-
HSV(B)156.92º72.22%28.24%-
XYZ3.235.034.05-
YUV54.17126.77103.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 72 (28.52% from 255) = 50%
BLUE value IS 52 (20.70% from 255) = 36.11%
R=13.89%
G=50%
B=36.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072520.7200.280.72156.9256.5218.04
Hex1448344801C489d3912
Octal24110641100341102357122
Binary101001001000110100100100001110010010001001110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144834; }

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

 H1.HeaderClassName
 {
   color: #144834;
 }
 .AnyTagClassName
 {
   color: #144834;
 }
</style>
background-color css

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

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

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

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

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

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