Html Css Color HEX #36953F Fruit Salad

📋 copy color: '#36953F'

red 54 ◦ green 149 ◦ blue 63

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

Shades of Fruit Salad #36953F

Tints of Fruit Salad #36953F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.02%

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

R = 20.3%
G = 56.02%
B = 23.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#36953F (or 0x36953F) is known color: Fruit Salad. HEX triplet: 36, 95 and 3F. RGB value is (54,149,63). Sum of RGB (Red+Green+Blue) = 54+149+63=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #36953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36953F is #C96AC0. Grayscale: #6F6F6F. Windows color (decimal): -13200065 or 4166966. OLE color: 4166966.

HSL color Cylindrical-coordinate representation of color #36953F: hue angle of 125.68º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36953F is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 149 63 -
CMYK 0.64 0 0.58 0.42
HSL 125.68º 0.47% 0.4% -
HSV(B) 125.68º 0.64% 0.58% -
XYZ 13.17 22.64 8.38 -
YUV 110.79 101.03 87.49 -
System Red Green Blue C M Y K H S L
Decimal 54 149 63 0.64 0 0.58 0.42 125.68 0.47 0.4
Hex 36 95 3F 40 0 3A 2A 7E 2F 28
Octal 66 225 77 100 0 72 52 176 57 50
Binary 110110 10010101 111111 1000000 0 111010 101010 1111110 101111 101000

Color Harmonies of #36953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36953F

Black with #36953F

Text Example


Text Example

White with #36953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36953F; }

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

 H1.HeaderClassName
 {
   color: #36953F;
 }
 .AnyTagClassName
 {
   color: #36953F;
 }
</style>

background-color css

<style>
 a { background-color: #36953F; }

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

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

border-color css

<style>
 span { border-color: #36953F; }

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

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