Html Css Color HEX #379B3A Fruit Salad

📋 copy color: '#379B3A'

red 55 ◦ green 155 ◦ blue 58

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

Shades of Fruit Salad #379B3A

Tints of Fruit Salad #379B3A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 57.84%

 BLUE value IS 58 (23.05% from 255) = 21.64%

R = 20.52%
G = 57.84%
B = 21.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#379B3A (or 0x379B3A) is known color: Fruit Salad. HEX triplet: 37, 9B and 3A. RGB value is (55,155,58). Sum of RGB (Red+Green+Blue) = 55+155+58=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 155 (60.94% from 255 or 57.84% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 155 - color contains mainly: green. Hex color #379B3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379B3A is #C864C5. Grayscale: #727272. Windows color (decimal): -13132998 or 3840823. OLE color: 3840823.

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

Color convert

RGB 55 155 58 -
CMYK 0.65 0 0.63 0.39
HSL 121.8º 0.48% 0.41% -
HSV(B) 121.8º 0.65% 0.61% -
XYZ 14.06 24.56 8 -
YUV 114.04 96.37 85.89 -
System Red Green Blue C M Y K H S L
Decimal 55 155 58 0.65 0 0.63 0.39 121.8 0.48 0.41
Hex 37 9B 3A 41 0 3F 27 7A 30 29
Octal 67 233 72 101 0 77 47 172 60 51
Binary 110111 10011011 111010 1000001 0 111111 100111 1111010 110000 101001

Color Harmonies of #379B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379B3A

Black with #379B3A

Text Example


Text Example

White with #379B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,155,58); }

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

background-color css

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

 a { background-color: rgb(55,155,58); }

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

border-color css

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

 span { border-color: rgb(55,155,58); }

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