#36B045

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

Shades of Fruit Salad #36B045

Tints of Fruit Salad #36B045

Color information

#36B045 (or 0x36B045) is unknown color: approx Fruit Salad. HEX triplet: 36, B0 and 45. RGB value is (54,176,69). Sum of RGB (Red+Green+Blue) = 54+176+69=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 176 (69.14% from 255 or 58.86% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 176 - color contains mainly: green. Hex color #36B045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36B045 is #C94FBA. Grayscale: #7F7F7F. Windows color (decimal): -13193147 or 4567094. OLE color: 4567094.

HSL color Cylindrical-coordinate representation of color #36B045: hue angle of 127.38º 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 #36B045 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB5417669-
CMYK0.6900.610.31
HSL127.38º53.04%45.1%-
HSV(B)127.38º69.32%69.02%-
XYZ18.1232.2610.9-
YUV127.3295.0875.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 176 (69.14% from 255) = 58.86%
BLUE value IS 69 (27.34% from 255) = 23.08%
R=18.06%
G=58.86%
B=23.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54176690.6900.610.31127.3853.0445.1
Hex36B0454503D1F7f352d
Octal66260105105075371776555
Binary11011010110000100010110001010111101111111111111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,176,69); }

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

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

 a { background-color: rgb(54,176,69); }

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

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

 span { border-color: rgb(54,176,69); }

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