Html Css Color HEX #379841 Fruit Salad

📋 copy color: '#379841'

red 55 ◦ green 152 ◦ blue 65

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

Shades of Fruit Salad #379841

Tints of Fruit Salad #379841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.9%

R = 20.22%
G = 55.88%
B = 23.9%

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

#379841 (or 0x379841) is known color: Fruit Salad. HEX triplet: 37, 98 and 41. RGB value is (55,152,65). Sum of RGB (Red+Green+Blue) = 55+152+65=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #379841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379841 is #C867BE. Grayscale: #717171. Windows color (decimal): -13133759 or 4298807. OLE color: 4298807.

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

Color convert

RGB 55 152 65 -
CMYK 0.64 0 0.57 0.40
HSL 126.19º 0.47% 0.41% -
HSV(B) 126.19º 0.64% 0.6% -
XYZ 13.76 23.65 8.84 -
YUV 113.08 100.86 86.57 -
System Red Green Blue C M Y K H S L
Decimal 55 152 65 0.64 0 0.57 0.40 126.19 0.47 0.41
Hex 37 98 41 40 0 39 28 7E 2F 29
Octal 67 230 101 100 0 71 50 176 57 51
Binary 110111 10011000 1000001 1000000 0 111001 101000 1111110 101111 101001

Color Harmonies of #379841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379841

Black with #379841

Text Example


Text Example

White with #379841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379841; }

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

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

background-color css

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

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

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

border-color css

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

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

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