Html Css Color HEX #36A13F Fruit Salad

📋 copy color: '#36A13F'

red 54 ◦ green 161 ◦ blue 63

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

Shades of Fruit Salad #36A13F

Tints of Fruit Salad #36A13F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 57.91%

 BLUE value IS 63 (25% from 255) = 22.66%

R = 19.42%
G = 57.91%
B = 22.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#36A13F (or 0x36A13F) is known color: Fruit Salad. HEX triplet: 36, A1 and 3F. RGB value is (54,161,63). Sum of RGB (Red+Green+Blue) = 54+161+63=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 161 (63.28% from 255 or 57.91% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 161 - color contains mainly: green. Hex color #36A13F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36A13F is #C95EC0. Grayscale: #767676. Windows color (decimal): -13196993 or 4170038. OLE color: 4170038.

HSL color Cylindrical-coordinate representation of color #36A13F: hue angle of 125.05º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36A13F is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 54 161 63 -
CMYK 0.66 0 0.61 0.37
HSL 125.05º 0.5% 0.42% -
HSV(B) 125.05º 0.66% 0.63% -
XYZ 15.16 26.63 9.04 -
YUV 117.84 97.05 82.47 -
System Red Green Blue C M Y K H S L
Decimal 54 161 63 0.66 0 0.61 0.37 125.05 0.5 0.42
Hex 36 A1 3F 42 0 3D 25 7D 32 2A
Octal 66 241 77 102 0 75 45 175 62 52
Binary 110110 10100001 111111 1000010 0 111101 100101 1111101 110010 101010

Color Harmonies of #36A13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A13F

Black with #36A13F

Text Example


Text Example

White with #36A13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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