#1A6340

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

Shades of Fun Green #1A6340

Tints of Fun Green #1A6340

Color information

#1A6340 (or 0x1A6340) is unknown color: approx Fun Green. HEX triplet: 1A, 63 and 40. RGB value is (26,99,64). Sum of RGB (Red+Green+Blue) = 26+99+64=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #1A6340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6340 is #E59CBF. Grayscale: #494949. Windows color (decimal): -15047872 or 4219674. OLE color: 4219674.

HSL color Cylindrical-coordinate representation of color #1A6340: hue angle of 151.23º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A6340 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB269964-
CMYK0.7400.350.61
HSL151.23º58.4%24.51%-
HSV(B)151.23º73.74%38.82%-
XYZ5.819.516.38-
YUV73.18122.8294.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.76%
GREEN value IS 99 (39.06% from 255) = 52.38%
BLUE value IS 64 (25.39% from 255) = 33.86%
R=13.76%
G=52.38%
B=33.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2699640.7400.350.61151.2358.424.51
Hex1A63404A0233D973a19
Octal32143100112043752277231
Binary1101011000111000000100101001000111111011001011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A6340; }

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

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

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

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

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

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

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

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