Html Css Color HEX #379C38 Fruit Salad

📋 copy color: '#379C38'

red 55 ◦ green 156 ◦ blue 56

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

Shades of Fruit Salad #379C38

Tints of Fruit Salad #379C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.97%

R = 20.6%
G = 58.43%
B = 20.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#379C38 (or 0x379C38) is known color: Fruit Salad. HEX triplet: 37, 9C and 38. RGB value is (55,156,56). Sum of RGB (Red+Green+Blue) = 55+156+56=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 156 (61.33% from 255 or 58.43% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 156 - color contains mainly: green. Hex color #379C38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379C38 is #C863C7. Grayscale: #727272. Windows color (decimal): -13132744 or 3710007. OLE color: 3710007.

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

Color convert

RGB 55 156 56 -
CMYK 0.65 0 0.64 0.39
HSL 120.59º 0.48% 0.41% -
HSV(B) 120.59º 0.65% 0.61% -
XYZ 14.18 24.87 7.8 -
YUV 114.4 95.04 85.63 -
System Red Green Blue C M Y K H S L
Decimal 55 156 56 0.65 0 0.64 0.39 120.59 0.48 0.41
Hex 37 9C 38 41 0 40 27 79 30 29
Octal 67 234 70 101 0 100 47 171 60 51
Binary 110111 10011100 111000 1000001 0 1000000 100111 1111001 110000 101001

Color Harmonies of #379C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379C38

Black with #379C38

Text Example


Text Example

White with #379C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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