Html Css Color HEX #146336 Fun Green

📋 copy color: '#146336'

red 20 ◦ green 99 ◦ blue 54

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

Shades of Fun Green #146336

Tints of Fun Green #146336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.21%

R = 11.56%
G = 57.23%
B = 31.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.45

 K value IS 0.61

RGB Variations

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

Color information

#146336 (or 0x146336) is known color: Fun Green. HEX triplet: 14, 63 and 36. RGB value is (20,99,54). Sum of RGB (Red+Green+Blue) = 20+99+54=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #146336 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146336 is #EB9CC9. Grayscale: #464646. Windows color (decimal): -15441098 or 3564308. OLE color: 3564308.

HSL color Cylindrical-coordinate representation of color #146336: hue angle of 145.82º 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 #146336 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 99 54 -
CMYK 0.80 0 0.45 0.61
HSL 145.82º 0.66% 0.23% -
HSV(B) 145.82º 0.8% 0.39% -
XYZ 5.42 9.34 5.01 -
YUV 70.25 118.83 92.16 -
System Red Green Blue C M Y K H S L
Decimal 20 99 54 0.80 0 0.45 0.61 145.82 0.66 0.23
Hex 14 63 36 50 0 2D 3D 92 42 17
Octal 24 143 66 120 0 55 75 222 102 27
Binary 10100 1100011 110110 1010000 0 101101 111101 10010010 1000010 10111

Color Harmonies of #146336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146336

Black with #146336

Text Example


Text Example

White with #146336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146336; }

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

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

background-color css

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

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

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

border-color css

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

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

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