Html Css Color HEX #379D3F Fruit Salad

📋 copy color: '#379D3F'

red 55 ◦ green 157 ◦ blue 63

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

Shades of Fruit Salad #379D3F

Tints of Fruit Salad #379D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.91%

R = 20%
G = 57.09%
B = 22.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#379D3F (or 0x379D3F) is known color: Fruit Salad. HEX triplet: 37, 9D and 3F. RGB value is (55,157,63). Sum of RGB (Red+Green+Blue) = 55+157+63=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #379D3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379D3F is #C862C0. Grayscale: #747474. Windows color (decimal): -13132481 or 4169015. OLE color: 4169015.

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

Color convert

RGB 55 157 63 -
CMYK 0.65 0 0.60 0.38
HSL 124.71º 0.48% 0.42% -
HSV(B) 124.71º 0.65% 0.62% -
XYZ 14.53 25.29 8.82 -
YUV 115.79 98.21 84.64 -
System Red Green Blue C M Y K H S L
Decimal 55 157 63 0.65 0 0.60 0.38 124.71 0.48 0.42
Hex 37 9D 3F 41 0 3C 26 7D 30 2A
Octal 67 235 77 101 0 74 46 175 60 52
Binary 110111 10011101 111111 1000001 0 111100 100110 1111101 110000 101010

Color Harmonies of #379D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D3F

Black with #379D3F

Text Example


Text Example

White with #379D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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