#369C3F

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

Shades of Fruit Salad #369C3F

Tints of Fruit Salad #369C3F

Color information

#369C3F (or 0x369C3F) is unknown color: approx Fruit Salad. HEX triplet: 36, 9C and 3F. RGB value is (54,156,63). Sum of RGB (Red+Green+Blue) = 54+156+63=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 156 (61.33% from 255 or 57.14% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 156 - color contains mainly: green. Hex color #369C3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369C3F is #C963C0. Grayscale: #737373. Windows color (decimal): -13198273 or 4168758. OLE color: 4168758.

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

Color convert

RGB5415663-
CMYK0.6500.600.39
HSL125.29º48.57%41.18%-
HSV(B)125.29º65.38%61.18%-
XYZ14.3124.928.76-
YUV114.998.7184.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 156 (61.33% from 255) = 57.14%
BLUE value IS 63 (25% from 255) = 23.08%
R=19.78%
G=57.14%
B=23.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54156630.6500.600.39125.2948.5741.18
Hex369C3F4103C277d3129
Octal6623477101074471756151
Binary11011010011100111111100000101111001001111111101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,156,63); }

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

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

 a { background-color: rgb(54,156,63); }

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

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

 span { border-color: rgb(54,156,63); }

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