Html Css Color HEX #144133 Sherwood Green

📋 copy color: '#144133'

red 20 ◦ green 65 ◦ blue 51

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

Shades of Sherwood Green #144133

Tints of Sherwood Green #144133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.79%

 BLUE value IS 51 (20.31% from 255) = 37.5%

R = 14.71%
G = 47.79%
B = 37.5%

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

#144133 (or 0x144133) is known color: Sherwood Green. HEX triplet: 14, 41 and 33. RGB value is (20,65,51). Sum of RGB (Red+Green+Blue) = 20+65+51=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #144133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144133 is #EBBECC. Grayscale: #313131. Windows color (decimal): -15449805 or 3358996. OLE color: 3358996.

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

Color convert

RGB 20 65 51 -
CMYK 0.69 0 0.22 0.75
HSL 161.33º 0.53% 0.17% -
HSV(B) 161.33º 0.69% 0.25% -
XYZ 2.78 4.17 3.79 -
YUV 49.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 20 65 51 0.69 0 0.22 0.75 161.33 0.53 0.17
Hex 14 41 33 45 0 16 4B A1 35 11
Octal 24 101 63 105 0 26 113 241 65 21
Binary 10100 1000001 110011 1000101 0 10110 1001011 10100001 110101 10001

Color Harmonies of #144133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144133

Black with #144133

Text Example


Text Example

White with #144133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144133; }

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

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

background-color css

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

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

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

border-color css

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

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

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