Html Css Color HEX #379842 Fruit Salad

📋 copy color: '#379842'

red 55 ◦ green 152 ◦ blue 66

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

Shades of Fruit Salad #379842

Tints of Fruit Salad #379842

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.68%

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 20.15%
G = 55.68%
B = 24.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#379842 (or 0x379842) is known color: Fruit Salad. HEX triplet: 37, 98 and 42. RGB value is (55,152,66). Sum of RGB (Red+Green+Blue) = 55+152+66=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #379842 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379842 is #C867BD. Grayscale: #717171. Windows color (decimal): -13133758 or 4364343. OLE color: 4364343.

HSL color Cylindrical-coordinate representation of color #379842: hue angle of 126.8º 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 #379842 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 152 66 -
CMYK 0.64 0 0.57 0.40
HSL 126.8º 0.47% 0.41% -
HSV(B) 126.8º 0.64% 0.6% -
XYZ 13.79 23.66 8.99 -
YUV 113.19 101.36 86.49 -
System Red Green Blue C M Y K H S L
Decimal 55 152 66 0.64 0 0.57 0.40 126.8 0.47 0.41
Hex 37 98 42 40 0 39 28 7F 2F 29
Octal 67 230 102 100 0 71 50 177 57 51
Binary 110111 10011000 1000010 1000000 0 111001 101000 1111111 101111 101001

Color Harmonies of #379842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379842

Black with #379842

Text Example


Text Example

White with #379842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379842; }

 p { color: rgb(55,152,66); }

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

background-color css

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

 a { background-color: rgb(55,152,66); }

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

border-color css

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

 span { border-color: rgb(55,152,66); }

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