Html Css Color HEX #379940 Fruit Salad

📋 copy color: '#379940'

red 55 ◦ green 153 ◦ blue 64

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

Shades of Fruit Salad #379940

Tints of Fruit Salad #379940

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.25%

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

R = 20.22%
G = 56.25%
B = 23.53%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#379940 (or 0x379940) is known color: Fruit Salad. HEX triplet: 37, 99 and 40. RGB value is (55,153,64). Sum of RGB (Red+Green+Blue) = 55+153+64=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #379940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379940 is #C866BF. Grayscale: #717171. Windows color (decimal): -13133504 or 4233527. OLE color: 4233527.

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

Color convert

RGB 55 153 64 -
CMYK 0.64 0 0.58 0.4
HSL 125.51º 0.47% 0.41% -
HSV(B) 125.51º 0.64% 0.6% -
XYZ 13.89 23.96 8.74 -
YUV 113.55 100.03 86.24 -
System Red Green Blue C M Y K H S L
Decimal 55 153 64 0.64 0 0.58 0.4 125.51 0.47 0.41
Hex 37 99 40 40 0 3A 28 7E 2F 29
Octal 67 231 100 100 0 72 50 176 57 51
Binary 110111 10011001 1000000 1000000 0 111010 101000 1111110 101111 101001

Color Harmonies of #379940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379940

Black with #379940

Text Example


Text Example

White with #379940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379940; }

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

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

background-color css

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

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

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

border-color css

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

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

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