Html Css Color HEX #379D3E Fruit Salad

📋 copy color: '#379D3E'

red 55 ◦ green 157 ◦ blue 62

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

Shades of Fruit Salad #379D3E

Tints of Fruit Salad #379D3E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 57.3%

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

R = 20.07%
G = 57.3%
B = 22.63%

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

#379D3E (or 0x379D3E) is known color: Fruit Salad. HEX triplet: 37, 9D and 3E. RGB value is (55,157,62). Sum of RGB (Red+Green+Blue) = 55+157+62=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 157 (61.72% from 255 or 57.30% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 157 - color contains mainly: green. Hex color #379D3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379D3E is #C862C1. Grayscale: #737373. Windows color (decimal): -13132482 or 4103479. OLE color: 4103479.

HSL color Cylindrical-coordinate representation of color #379D3E: hue angle of 124.12º 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 #379D3E is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 157 62 -
CMYK 0.65 0 0.61 0.38
HSL 124.12º 0.48% 0.42% -
HSV(B) 124.12º 0.65% 0.62% -
XYZ 14.5 25.27 8.67 -
YUV 115.67 97.71 84.72 -
System Red Green Blue C M Y K H S L
Decimal 55 157 62 0.65 0 0.61 0.38 124.12 0.48 0.42
Hex 37 9D 3E 41 0 3D 26 7C 30 2A
Octal 67 235 76 101 0 75 46 174 60 52
Binary 110111 10011101 111110 1000001 0 111101 100110 1111100 110000 101010

Color Harmonies of #379D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D3E

Black with #379D3E

Text Example


Text Example

White with #379D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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