Html Css Color HEX #146340 Fun Green

📋 copy color: '#146340'

red 20 ◦ green 99 ◦ blue 64

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

Shades of Fun Green #146340

Tints of Fun Green #146340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 54.1%

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

R = 10.93%
G = 54.1%
B = 34.97%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#146340 (or 0x146340) is known color: Fun Green. HEX triplet: 14, 63 and 40. RGB value is (20,99,64). Sum of RGB (Red+Green+Blue) = 20+99+64=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #146340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146340 is #EB9CBF. Grayscale: #474747. Windows color (decimal): -15441088 or 4219668. OLE color: 4219668.

HSL color Cylindrical-coordinate representation of color #146340: hue angle of 153.42º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146340 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 99 64 -
CMYK 0.80 0 0.35 0.61
HSL 153.42º 0.66% 0.23% -
HSV(B) 153.42º 0.8% 0.39% -
XYZ 5.68 9.44 6.37 -
YUV 71.39 123.83 91.35 -
System Red Green Blue C M Y K H S L
Decimal 20 99 64 0.80 0 0.35 0.61 153.42 0.66 0.23
Hex 14 63 40 50 0 23 3D 99 42 17
Octal 24 143 100 120 0 43 75 231 102 27
Binary 10100 1100011 1000000 1010000 0 100011 111101 10011001 1000010 10111

Color Harmonies of #146340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146340

Black with #146340

Text Example


Text Example

White with #146340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146340; }

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

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

background-color css

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

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

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

border-color css

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

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

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