#36983C

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

Shades of Fruit Salad #36983C

Tints of Fruit Salad #36983C

Color information

#36983C (or 0x36983C) is unknown color: approx Fruit Salad. HEX triplet: 36, 98 and 3C. RGB value is (54,152,60). Sum of RGB (Red+Green+Blue) = 54+152+60=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 152 (59.77% from 255 or 57.14% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 152 - color contains mainly: green. Hex color #36983C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36983C is #C967C3. Grayscale: #707070. Windows color (decimal): -13199300 or 3971126. OLE color: 3971126.

HSL color Cylindrical-coordinate representation of color #36983C: hue angle of 123.67º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36983C is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB5415260-
CMYK0.6400.610.40
HSL123.67º47.57%40.39%-
HSV(B)123.67º64.47%59.61%-
XYZ13.5723.578.11-
YUV112.2198.5386.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 152 (59.77% from 255) = 57.14%
BLUE value IS 60 (23.83% from 255) = 22.56%
R=20.30%
G=57.14%
B=22.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54152600.6400.610.40123.6747.5740.39
Hex36983C4003D287c3028
Octal6623074100075501746050
Binary11011010011000111100100000001111011010001111100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36983C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36983C; }

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

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

<style>
 a { background-color: #36983C; }

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

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

<style>
 span { border-color: #36983C; }

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

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