Html Css Color HEX #144332 Sherwood Green

📋 copy color: '#144332'

red 20 ◦ green 67 ◦ blue 50

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

Shades of Sherwood Green #144332

Tints of Sherwood Green #144332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 48.91%

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

R = 14.6%
G = 48.91%
B = 36.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#144332 (or 0x144332) is known color: Sherwood Green. HEX triplet: 14, 43 and 32. RGB value is (20,67,50). Sum of RGB (Red+Green+Blue) = 20+67+50=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #144332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144332 is #EBBCCD. Grayscale: #333333. Windows color (decimal): -15449294 or 3293972. OLE color: 3293972.

HSL color Cylindrical-coordinate representation of color #144332: hue angle of 158.3º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #144332 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 67 50 -
CMYK 0.70 0 0.25 0.74
HSL 158.3º 0.54% 0.17% -
HSV(B) 158.3º 0.7% 0.26% -
XYZ 2.87 4.39 3.71 -
YUV 51.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 20 67 50 0.70 0 0.25 0.74 158.3 0.54 0.17
Hex 14 43 32 46 0 19 4A 9E 36 11
Octal 24 103 62 106 0 31 112 236 66 21
Binary 10100 1000011 110010 1000110 0 11001 1001010 10011110 110110 10001

Color Harmonies of #144332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144332

Black with #144332

Text Example


Text Example

White with #144332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144332; }

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

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

background-color css

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

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

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

border-color css

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

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

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