#369A3D

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

Shades of Fruit Salad #369A3D

Tints of Fruit Salad #369A3D

Color information

#369A3D (or 0x369A3D) is unknown color: approx Fruit Salad. HEX triplet: 36, 9A and 3D. RGB value is (54,154,61). Sum of RGB (Red+Green+Blue) = 54+154+61=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 154 (60.55% from 255 or 57.25% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 154 - color contains mainly: green. Hex color #369A3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369A3D is #C965C2. Grayscale: #717171. Windows color (decimal): -13198787 or 4037174. OLE color: 4037174.

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

Color convert

RGB5415461-
CMYK0.6500.600.40
HSL124.2º48.08%40.78%-
HSV(B)124.2º64.94%60.39%-
XYZ13.9224.238.36-
YUV113.598.3785.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.07%
GREEN value IS 154 (60.55% from 255) = 57.25%
BLUE value IS 61 (24.22% from 255) = 22.68%
R=20.07%
G=57.25%
B=22.68%

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
Decimal54154610.6500.600.40124.248.0840.78
Hex369A3D4103C287c3029
Octal6623275101074501746051
Binary11011010011010111101100000101111001010001111100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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