#36983D

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

Shades of Fruit Salad #36983D

Tints of Fruit Salad #36983D

Color information

#36983D (or 0x36983D) is unknown color: approx Fruit Salad. HEX triplet: 36, 98 and 3D. RGB value is (54,152,61). Sum of RGB (Red+Green+Blue) = 54+152+61=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #36983D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36983D is #C967C2. Grayscale: #707070. Windows color (decimal): -13199299 or 4036662. OLE color: 4036662.

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

Color convert

RGB5415261-
CMYK0.6400.600.40
HSL124.29º47.57%40.39%-
HSV(B)124.29º64.47%59.61%-
XYZ13.5923.588.25-
YUV112.3299.0386.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 152 (59.77% from 255) = 56.93%
BLUE value IS 61 (24.22% from 255) = 22.85%
R=20.22%
G=56.93%
B=22.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54152610.6400.600.40124.2947.5740.39
Hex36983D4003C287c3028
Octal6623075100074501746050
Binary11011010011000111101100000001111001010001111100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36983D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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