Html Css Color HEX #379E3E Fruit Salad

📋 copy color: '#379E3E'

red 55 ◦ green 158 ◦ blue 62

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

Shades of Fruit Salad #379E3E

Tints of Fruit Salad #379E3E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 57.45%

 BLUE value IS 62 (24.61% from 255) = 22.55%

R = 20%
G = 57.45%
B = 22.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#379E3E (or 0x379E3E) is known color: Fruit Salad. HEX triplet: 37, 9E and 3E. RGB value is (55,158,62). Sum of RGB (Red+Green+Blue) = 55+158+62=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 158 (62.11% from 255 or 57.45% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 158 - color contains mainly: green. Hex color #379E3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379E3E is #C861C1. Grayscale: #747474. Windows color (decimal): -13132226 or 4103735. OLE color: 4103735.

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

Color convert

RGB 55 158 62 -
CMYK 0.65 0 0.61 0.38
HSL 124.08º 0.48% 0.42% -
HSV(B) 124.08º 0.65% 0.62% -
XYZ 14.67 25.61 8.73 -
YUV 116.26 97.38 84.31 -
System Red Green Blue C M Y K H S L
Decimal 55 158 62 0.65 0 0.61 0.38 124.08 0.48 0.42
Hex 37 9E 3E 41 0 3D 26 7C 30 2A
Octal 67 236 76 101 0 75 46 174 60 52
Binary 110111 10011110 111110 1000001 0 111101 100110 1111100 110000 101010

Color Harmonies of #379E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379E3E

Black with #379E3E

Text Example


Text Example

White with #379E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,158,62); }

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

background-color css

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

 a { background-color: rgb(55,158,62); }

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

border-color css

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

 span { border-color: rgb(55,158,62); }

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