Html Css Color HEX #379540 Fruit Salad

📋 copy color: '#379540'

red 55 ◦ green 149 ◦ blue 64

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

Shades of Fruit Salad #379540

Tints of Fruit Salad #379540

RGB

 RED value IS 55 (21.88% from 255) = 20.52%

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

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 20.52%
G = 55.6%
B = 23.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#379540 (or 0x379540) is known color: Fruit Salad. HEX triplet: 37, 95 and 40. RGB value is (55,149,64). Sum of RGB (Red+Green+Blue) = 55+149+64=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #379540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379540 is #C86ABF. Grayscale: #6F6F6F. Windows color (decimal): -13134528 or 4232503. OLE color: 4232503.

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

Color convert

RGB 55 149 64 -
CMYK 0.63 0 0.57 0.42
HSL 125.74º 0.46% 0.4% -
HSV(B) 125.74º 0.63% 0.58% -
XYZ 13.25 22.68 8.53 -
YUV 111.2 101.36 87.91 -
System Red Green Blue C M Y K H S L
Decimal 55 149 64 0.63 0 0.57 0.42 125.74 0.46 0.4
Hex 37 95 40 3F 0 39 2A 7E 2E 28
Octal 67 225 100 77 0 71 52 176 56 50
Binary 110111 10010101 1000000 111111 0 111001 101010 1111110 101110 101000

Color Harmonies of #379540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379540

Black with #379540

Text Example


Text Example

White with #379540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379540; }

 p { color: rgb(55,149,64); }

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

background-color css

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

 a { background-color: rgb(55,149,64); }

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

border-color css

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

 span { border-color: rgb(55,149,64); }

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