#144433

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

Shades of Sherwood Green #144433

Tints of Sherwood Green #144433

Color information

#144433 (or 0x144433) is unknown color: approx Sherwood Green. HEX triplet: 14, 44 and 33. RGB value is (20,68,51). Sum of RGB (Red+Green+Blue) = 20+68+51=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #144433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144433 is #EBBBCC. Grayscale: #333333. Windows color (decimal): -15449037 or 3359764. OLE color: 3359764.

HSL color Cylindrical-coordinate representation of color #144433: hue angle of 158.75º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144433 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB206851-
CMYK0.7100.250.73
HSL158.75º54.55%17.25%-
HSV(B)158.75º70.59%26.67%-
XYZ2.954.523.85-
YUV51.71127.6105.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 68 (26.95% from 255) = 48.92%
BLUE value IS 51 (20.31% from 255) = 36.69%
R=14.39%
G=48.92%
B=36.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2068510.7100.250.73158.7554.5517.25
Hex14443347019499f3711
Octal24104631070311112376721
Binary101001000100110011100011101100110010011001111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144433; }

 p { color: rgb(20,68,51); }

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

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

 a { background-color: rgb(20,68,51); }

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

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

 span { border-color: rgb(20,68,51); }

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