#369A3E

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

Shades of Fruit Salad #369A3E

Tints of Fruit Salad #369A3E

Color information

#369A3E (or 0x369A3E) is unknown color: approx Fruit Salad. HEX triplet: 36, 9A and 3E. RGB value is (54,154,62). Sum of RGB (Red+Green+Blue) = 54+154+62=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 154 (60.55% from 255 or 57.04% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 154 - color contains mainly: green. Hex color #369A3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369A3E is #C965C1. Grayscale: #717171. Windows color (decimal): -13198786 or 4102710. OLE color: 4102710.

HSL color Cylindrical-coordinate representation of color #369A3E: hue angle of 124.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A3E is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB5415462-
CMYK0.6500.600.40
HSL124.8º48.08%40.78%-
HSV(B)124.8º64.94%60.39%-
XYZ13.9524.248.5-
YUV113.6198.8785.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 154 (60.55% from 255) = 57.04%
BLUE value IS 62 (24.61% from 255) = 22.96%
R=20%
G=57.04%
B=22.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54154620.6500.600.40124.848.0840.78
Hex369A3E4103C287d3029
Octal6623276101074501756051
Binary11011010011010111110100000101111001010001111101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369A3E; }

 p { color: rgb(54,154,62); }

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

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

 a { background-color: rgb(54,154,62); }

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

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

 span { border-color: rgb(54,154,62); }

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