Html Css Color HEX #36B145 Fruit Salad

📋 copy color: '#36B145'

red 54 ◦ green 177 ◦ blue 69

#36B145
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #36B145

Tints of Fruit Salad #36B145

RGB

 RED value IS 54 (21.48% from 255) = 18%

 GREEN value IS 177 (69.53% from 255) = 59%

 BLUE value IS 69 (27.34% from 255) = 23%

R = 18%
G = 59%
B = 23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#36B145 (or 0x36B145) is known color: Fruit Salad. HEX triplet: 36, B1 and 45. RGB value is (54,177,69). Sum of RGB (Red+Green+Blue) = 54+177+69=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 177 (69.53% from 255 or 59% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 177 - color contains mainly: green. Hex color #36B145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36B145 is #C94EBA. Grayscale: #808080. Windows color (decimal): -13192891 or 4567350. OLE color: 4567350.

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

Color convert

RGB 54 177 69 -
CMYK 0.69 0 0.61 0.31
HSL 127.32º 0.53% 0.45% -
HSV(B) 127.32º 0.69% 0.69% -
XYZ 18.32 32.66 10.97 -
YUV 127.91 94.75 75.28 -
System Red Green Blue C M Y K H S L
Decimal 54 177 69 0.69 0 0.61 0.31 127.32 0.53 0.45
Hex 36 B1 45 45 0 3D 1F 7F 35 2D
Octal 66 261 105 105 0 75 37 177 65 55
Binary 110110 10110001 1000101 1000101 0 111101 11111 1111111 110101 101101

Color Harmonies of #36B145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36B145

Black with #36B145

Text Example


Text Example

White with #36B145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36B145;
 }
 .AnyTagClassName
 {
   color: #36B145;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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