Html Css Color HEX #144433 Sherwood Green

📋 copy color: '#144433'

red 20 ◦ green 68 ◦ blue 51

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

Shades of Sherwood Green #144433

Tints of Sherwood Green #144433

RGB

 RED value IS 20 (8.2% 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 value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#144433 (or 0x144433) is known color: 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

RGB 20 68 51 -
CMYK 0.71 0 0.25 0.73
HSL 158.75º 0.55% 0.17% -
HSV(B) 158.75º 0.71% 0.27% -
XYZ 2.95 4.52 3.85 -
YUV 51.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 20 68 51 0.71 0 0.25 0.73 158.75 0.55 0.17
Hex 14 44 33 47 0 19 49 9F 37 11
Octal 24 104 63 107 0 31 111 237 67 21
Binary 10100 1000100 110011 1000111 0 11001 1001001 10011111 110111 10001

Color Harmonies of #144433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144433

Black with #144433

Text Example


Text Example

White with #144433

Text Example


Text Example

HTML Codes & Css Web 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>