Html Css Color HEX #144431 Sherwood Green

📋 copy color: '#144431'

red 20 ◦ green 68 ◦ blue 49

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

Shades of Sherwood Green #144431

Tints of Sherwood Green #144431

RGB

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

 GREEN value IS 68 (26.95% from 255) = 49.64%

 BLUE value IS 49 (19.53% from 255) = 35.77%

R = 14.6%
G = 49.64%
B = 35.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#144431 (or 0x144431) is known color: Sherwood Green. HEX triplet: 14, 44 and 31. RGB value is (20,68,49). Sum of RGB (Red+Green+Blue) = 20+68+49=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #144431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144431 is #EBBBCE. Grayscale: #333333. Windows color (decimal): -15449039 or 3228692. OLE color: 3228692.

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

Color convert

RGB 20 68 49 -
CMYK 0.71 0 0.28 0.73
HSL 156.25º 0.55% 0.17% -
HSV(B) 156.25º 0.71% 0.27% -
XYZ 2.91 4.5 3.62 -
YUV 51.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 20 68 49 0.71 0 0.28 0.73 156.25 0.55 0.17
Hex 14 44 31 47 0 1C 49 9C 37 11
Octal 24 104 61 107 0 34 111 234 67 21
Binary 10100 1000100 110001 1000111 0 11100 1001001 10011100 110111 10001

Color Harmonies of #144431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144431

Black with #144431

Text Example


Text Example

White with #144431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144431; }

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

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

background-color css

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

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

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

border-color css

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

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

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