Html Css Color HEX #144134 Sherwood Green

📋 copy color: '#144134'

red 20 ◦ green 65 ◦ blue 52

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

Shades of Sherwood Green #144134

Tints of Sherwood Green #144134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 37.96%

R = 14.6%
G = 47.45%
B = 37.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#144134 (or 0x144134) is known color: Sherwood Green. HEX triplet: 14, 41 and 34. RGB value is (20,65,52). Sum of RGB (Red+Green+Blue) = 20+65+52=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #144134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144134 is #EBBECB. Grayscale: #323232. Windows color (decimal): -15449804 or 3424532. OLE color: 3424532.

HSL color Cylindrical-coordinate representation of color #144134: hue angle of 162.67º 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 #144134 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 65 52 -
CMYK 0.69 0 0.20 0.75
HSL 162.67º 0.53% 0.17% -
HSV(B) 162.67º 0.69% 0.25% -
XYZ 2.8 4.18 3.91 -
YUV 50.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 20 65 52 0.69 0 0.20 0.75 162.67 0.53 0.17
Hex 14 41 34 45 0 14 4B A3 35 11
Octal 24 101 64 105 0 24 113 243 65 21
Binary 10100 1000001 110100 1000101 0 10100 1001011 10100011 110101 10001

Color Harmonies of #144134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144134

Black with #144134

Text Example


Text Example

White with #144134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144134; }

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

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

background-color css

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

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

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

border-color css

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

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

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