#369E3C

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

Shades of Fruit Salad #369E3C

Tints of Fruit Salad #369E3C

Color information

#369E3C (or 0x369E3C) is unknown color: approx Fruit Salad. HEX triplet: 36, 9E and 3C. RGB value is (54,158,60). Sum of RGB (Red+Green+Blue) = 54+158+60=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 158 (62.11% from 255 or 58.09% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 158 - color contains mainly: green. Hex color #369E3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369E3C is #C961C3. Grayscale: #747474. Windows color (decimal): -13197764 or 3972662. OLE color: 3972662.

HSL color Cylindrical-coordinate representation of color #369E3C: hue angle of 123.46º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369E3C is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB5415860-
CMYK0.6600.620.38
HSL123.46º49.06%41.57%-
HSV(B)123.46º65.82%61.96%-
XYZ14.5625.568.44-
YUV115.7396.5483.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.85%
GREEN value IS 158 (62.11% from 255) = 58.09%
BLUE value IS 60 (23.83% from 255) = 22.06%
R=19.85%
G=58.09%
B=22.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54158600.6600.620.38123.4649.0641.57
Hex369E3C4203E267b312a
Octal6623674102076461736152
Binary11011010011110111100100001001111101001101111011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,158,60); }

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

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

 a { background-color: rgb(54,158,60); }

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

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

 span { border-color: rgb(54,158,60); }

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