Html Css Color HEX #144032 Sherwood Green

📋 copy color: '#144032'

red 20 ◦ green 64 ◦ blue 50

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

Shades of Sherwood Green #144032

Tints of Sherwood Green #144032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.76%

 BLUE value IS 50 (19.92% from 255) = 37.31%

R = 14.93%
G = 47.76%
B = 37.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#144032 (or 0x144032) is known color: Sherwood Green. HEX triplet: 14, 40 and 32. RGB value is (20,64,50). Sum of RGB (Red+Green+Blue) = 20+64+50=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #144032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144032 is #EBBFCD. Grayscale: #313131. Windows color (decimal): -15450062 or 3293204. OLE color: 3293204.

HSL color Cylindrical-coordinate representation of color #144032: hue angle of 160.91º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144032 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 64 50 -
CMYK 0.69 0 0.22 0.75
HSL 160.91º 0.52% 0.16% -
HSV(B) 160.91º 0.69% 0.25% -
XYZ 2.7 4.05 3.66 -
YUV 49.25 128.42 107.14 -
System Red Green Blue C M Y K H S L
Decimal 20 64 50 0.69 0 0.22 0.75 160.91 0.52 0.16
Hex 14 40 32 45 0 16 4B A1 34 10
Octal 24 100 62 105 0 26 113 241 64 20
Binary 10100 1000000 110010 1000101 0 10110 1001011 10100001 110100 10000

Color Harmonies of #144032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144032

Black with #144032

Text Example


Text Example

White with #144032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144032; }

 p { color: rgb(20,64,50); }

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

background-color css

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

 a { background-color: rgb(20,64,50); }

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

border-color css

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

 span { border-color: rgb(20,64,50); }

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