#369A3A

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

Shades of Fruit Salad #369A3A

Tints of Fruit Salad #369A3A

Color information

#369A3A (or 0x369A3A) is unknown color: approx Fruit Salad. HEX triplet: 36, 9A and 3A. RGB value is (54,154,58). Sum of RGB (Red+Green+Blue) = 54+154+58=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 154 (60.55% from 255 or 57.89% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 154 - color contains mainly: green. Hex color #369A3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369A3A is #C965C5. Grayscale: #717171. Windows color (decimal): -13198790 or 3840566. OLE color: 3840566.

HSL color Cylindrical-coordinate representation of color #369A3A: hue angle of 122.4º 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 #369A3A is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB5415458-
CMYK0.6500.620.40
HSL122.4º48.08%40.78%-
HSV(B)122.4º64.94%60.39%-
XYZ13.8424.27.94-
YUV113.1696.8785.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 154 (60.55% from 255) = 57.89%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=20.30%
G=57.89%
B=21.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54154580.6500.620.40122.448.0840.78
Hex369A3A4103E287a3029
Octal6623272101076501726051
Binary11011010011010111010100000101111101010001111010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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