#146338

Color #146338 Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #146338

Tints of Fun Green #146338

Color information

#146338 (or 0x146338) is unknown color: approx Fun Green. HEX triplet: 14, 63 and 38. RGB value is (20,99,56). Sum of RGB (Red+Green+Blue) = 20+99+56=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 99 (39.06% from 255 or 56.57% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 99 - color contains mainly: green. Hex color #146338 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146338 is #EB9CC7. Grayscale: #464646. Windows color (decimal): -15441096 or 3695380. OLE color: 3695380.

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

Color convert

RGB209956-
CMYK0.8000.430.61
HSL147.34º66.39%23.33%-
HSV(B)147.34º79.8%38.82%-
XYZ5.469.365.26-
YUV70.48119.8392-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 99 (39.06% from 255) = 56.57%
BLUE value IS 56 (22.27% from 255) = 32%
R=11.43%
G=56.57%
B=32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099560.8000.430.61147.3466.3923.33
Hex1463385002B3D934217
Octal24143701200537522310227
Binary1010011000111110001010000010101111110110010011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146338; }

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

 H1.HeaderClassName
 {
   color: #146338;
 }
 .AnyTagClassName
 {
   color: #146338;
 }
</style>
background-color css

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

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

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

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

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

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