#36953E

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

Shades of Fruit Salad #36953E

Tints of Fruit Salad #36953E

Color information

#36953E (or 0x36953E) is unknown color: approx Fruit Salad. HEX triplet: 36, 95 and 3E. RGB value is (54,149,62). Sum of RGB (Red+Green+Blue) = 54+149+62=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #36953E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36953E is #C96AC1. Grayscale: #6E6E6E. Windows color (decimal): -13200066 or 4101430. OLE color: 4101430.

HSL color Cylindrical-coordinate representation of color #36953E: hue angle of 125.05º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36953E is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB5414962-
CMYK0.6400.580.42
HSL125.05º46.8%39.8%-
HSV(B)125.05º63.76%58.43%-
XYZ13.1422.638.23-
YUV110.68100.5387.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 149 (58.59% from 255) = 56.23%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=20.38%
G=56.23%
B=23.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54149620.6400.580.42125.0546.839.8
Hex36953E4003A2A7d2f28
Octal6622576100072521755750
Binary11011010010101111110100000001110101010101111101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36953E; }

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

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

<style>
 a { background-color: #36953E; }

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

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

<style>
 span { border-color: #36953E; }

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

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