Html Css Color HEX #144335 Sherwood Green

📋 copy color: '#144335'

red 20 ◦ green 67 ◦ blue 53

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

Shades of Sherwood Green #144335

Tints of Sherwood Green #144335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 37.86%

R = 14.29%
G = 47.86%
B = 37.86%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#144335 (or 0x144335) is known color: Sherwood Green. HEX triplet: 14, 43 and 35. RGB value is (20,67,53). Sum of RGB (Red+Green+Blue) = 20+67+53=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #144335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144335 is #EBBCCA. Grayscale: #333333. Windows color (decimal): -15449291 or 3490580. OLE color: 3490580.

HSL color Cylindrical-coordinate representation of color #144335: hue angle of 162.13º 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 #144335 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 67 53 -
CMYK 0.70 0 0.21 0.74
HSL 162.13º 0.54% 0.17% -
HSV(B) 162.13º 0.7% 0.26% -
XYZ 2.94 4.42 4.07 -
YUV 51.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 20 67 53 0.70 0 0.21 0.74 162.13 0.54 0.17
Hex 14 43 35 46 0 15 4A A2 36 11
Octal 24 103 65 106 0 25 112 242 66 21
Binary 10100 1000011 110101 1000110 0 10101 1001010 10100010 110110 10001

Color Harmonies of #144335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144335

Black with #144335

Text Example


Text Example

White with #144335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144335; }

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

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

background-color css

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

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

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

border-color css

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

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

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