#36AF3F

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

Shades of Fruit Salad #36AF3F

Tints of Fruit Salad #36AF3F

Color information

#36AF3F (or 0x36AF3F) is unknown color: approx Fruit Salad. HEX triplet: 36, AF and 3F. RGB value is (54,175,63). Sum of RGB (Red+Green+Blue) = 54+175+63=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 175 (68.75% from 255 or 59.93% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 175 - color contains mainly: green. Hex color #36AF3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36AF3F is #C950C0. Grayscale: #7E7E7E. Windows color (decimal): -13193409 or 4173622. OLE color: 4173622.

HSL color Cylindrical-coordinate representation of color #36AF3F: hue angle of 124.46º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36AF3F is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB5417563-
CMYK0.6900.640.31
HSL124.46º52.84%44.9%-
HSV(B)124.46º69.14%68.63%-
XYZ17.7531.89.91-
YUV126.0592.4176.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.49%
GREEN value IS 175 (68.75% from 255) = 59.93%
BLUE value IS 63 (25% from 255) = 21.58%
R=18.49%
G=59.93%
B=21.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54175630.6900.640.31124.4652.8444.9
Hex36AF3F450401F7c352d
Octal66257771050100371746555
Binary11011010101111111111100010101000000111111111100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36AF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36AF3F; }

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

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

<style>
 a { background-color: #36AF3F; }

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

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

<style>
 span { border-color: #36AF3F; }

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

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