#369840

Color #369840 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #369840

Tints of Fruit Salad #369840

Color information

#369840 (or 0x369840) is unknown color: approx Fruit Salad. HEX triplet: 36, 98 and 40. RGB value is (54,152,64). Sum of RGB (Red+Green+Blue) = 54+152+64=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #369840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369840 is #C967BF. Grayscale: #707070. Windows color (decimal): -13199296 or 4233270. OLE color: 4233270.

HSL color Cylindrical-coordinate representation of color #369840: hue angle of 126.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369840 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB5415264-
CMYK0.6400.580.40
HSL126.12º47.57%40.39%-
HSV(B)126.12º64.47%59.61%-
XYZ13.6723.618.69-
YUV112.67100.5386.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 152 (59.77% from 255) = 56.30%
BLUE value IS 64 (25.39% from 255) = 23.70%
R=20%
G=56.30%
B=23.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54152640.6400.580.40126.1247.5740.39
Hex3698404003A287e3028
Octal66230100100072501766050
Binary110110100110001000000100000001110101010001111110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369840; }

 p { color: rgb(54,152,64); }

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

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

 a { background-color: rgb(54,152,64); }

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

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

 span { border-color: rgb(54,152,64); }

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