Html Css Color HEX #145340 Sherwood Green

📋 copy color: '#145340'

red 20 ◦ green 83 ◦ blue 64

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

Shades of Sherwood Green #145340

Tints of Sherwood Green #145340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.7%

 BLUE value IS 64 (25.39% from 255) = 38.32%

R = 11.98%
G = 49.7%
B = 38.32%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#145340 (or 0x145340) is known color: Sherwood Green. HEX triplet: 14, 53 and 40. RGB value is (20,83,64). Sum of RGB (Red+Green+Blue) = 20+83+64=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #145340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145340 is #EBACBF. Grayscale: #3E3E3E. Windows color (decimal): -15445184 or 4215572. OLE color: 4215572.

HSL color Cylindrical-coordinate representation of color #145340: hue angle of 161.9º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145340 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 83 64 -
CMYK 0.76 0 0.23 0.67
HSL 161.9º 0.61% 0.2% -
HSV(B) 161.9º 0.76% 0.33% -
XYZ 4.31 6.71 5.92 -
YUV 62 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 20 83 64 0.76 0 0.23 0.67 161.9 0.61 0.2
Hex 14 53 40 4C 0 17 43 A2 3D 14
Octal 24 123 100 114 0 27 103 242 75 24
Binary 10100 1010011 1000000 1001100 0 10111 1000011 10100010 111101 10100

Color Harmonies of #145340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145340

Black with #145340

Text Example


Text Example

White with #145340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145340; }

 p { color: rgb(20,83,64); }

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

background-color css

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

 a { background-color: rgb(20,83,64); }

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

border-color css

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

 span { border-color: rgb(20,83,64); }

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