Html Css Color HEX #379C41 Fruit Salad

📋 copy color: '#379C41'

red 55 ◦ green 156 ◦ blue 65

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

Shades of Fruit Salad #379C41

Tints of Fruit Salad #379C41

RGB

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

 GREEN value IS 156 (61.33% from 255) = 56.52%

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

R = 19.93%
G = 56.52%
B = 23.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#379C41 (or 0x379C41) is known color: Fruit Salad. HEX triplet: 37, 9C and 41. RGB value is (55,156,65). Sum of RGB (Red+Green+Blue) = 55+156+65=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 156 (61.33% from 255 or 56.52% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 156 - color contains mainly: green. Hex color #379C41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379C41 is #C863BE. Grayscale: #737373. Windows color (decimal): -13132735 or 4299831. OLE color: 4299831.

HSL color Cylindrical-coordinate representation of color #379C41: hue angle of 125.94º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379C41 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 156 65 -
CMYK 0.65 0 0.58 0.39
HSL 125.94º 0.48% 0.41% -
HSV(B) 125.94º 0.65% 0.61% -
XYZ 14.42 24.97 9.06 -
YUV 115.43 99.54 84.9 -
System Red Green Blue C M Y K H S L
Decimal 55 156 65 0.65 0 0.58 0.39 125.94 0.48 0.41
Hex 37 9C 41 41 0 3A 27 7E 30 29
Octal 67 234 101 101 0 72 47 176 60 51
Binary 110111 10011100 1000001 1000001 0 111010 100111 1111110 110000 101001

Color Harmonies of #379C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379C41

Black with #379C41

Text Example


Text Example

White with #379C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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