Html Css Color HEX #379240 Fruit Salad

📋 copy color: '#379240'

red 55 ◦ green 146 ◦ blue 64

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

Shades of Fruit Salad #379240

Tints of Fruit Salad #379240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.09%

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

R = 20.75%
G = 55.09%
B = 24.15%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#379240 (or 0x379240) is known color: Fruit Salad. HEX triplet: 37, 92 and 40. RGB value is (55,146,64). Sum of RGB (Red+Green+Blue) = 55+146+64=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #379240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379240 is #C86DBF. Grayscale: #6D6D6D. Windows color (decimal): -13135296 or 4231735. OLE color: 4231735.

HSL color Cylindrical-coordinate representation of color #379240: hue angle of 125.93º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379240 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 146 64 -
CMYK 0.62 0 0.56 0.43
HSL 125.93º 0.45% 0.39% -
HSV(B) 125.93º 0.62% 0.57% -
XYZ 12.78 21.74 8.37 -
YUV 109.44 102.35 89.17 -
System Red Green Blue C M Y K H S L
Decimal 55 146 64 0.62 0 0.56 0.43 125.93 0.45 0.39
Hex 37 92 40 3E 0 38 2B 7E 2D 27
Octal 67 222 100 76 0 70 53 176 55 47
Binary 110111 10010010 1000000 111110 0 111000 101011 1111110 101101 100111

Color Harmonies of #379240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379240

Black with #379240

Text Example


Text Example

White with #379240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379240; }

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

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

background-color css

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

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

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

border-color css

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

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

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