Html Css Color HEX #379C3F Fruit Salad

📋 copy color: '#379C3F'

red 55 ◦ green 156 ◦ blue 63

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

Shades of Fruit Salad #379C3F

Tints of Fruit Salad #379C3F

RGB

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

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

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

R = 20.07%
G = 56.93%
B = 22.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.60

 K value IS 0.39

RGB Variations

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

Color information

#379C3F (or 0x379C3F) is known color: Fruit Salad. HEX triplet: 37, 9C and 3F. RGB value is (55,156,63). Sum of RGB (Red+Green+Blue) = 55+156+63=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 156 (61.33% from 255 or 56.93% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 156 - color contains mainly: green. Hex color #379C3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379C3F is #C863C0. Grayscale: #737373. Windows color (decimal): -13132737 or 4168759. OLE color: 4168759.

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

Color convert

RGB 55 156 63 -
CMYK 0.65 0 0.60 0.39
HSL 124.75º 0.48% 0.41% -
HSV(B) 124.75º 0.65% 0.61% -
XYZ 14.36 24.95 8.76 -
YUV 115.2 98.54 85.06 -
System Red Green Blue C M Y K H S L
Decimal 55 156 63 0.65 0 0.60 0.39 124.75 0.48 0.41
Hex 37 9C 3F 41 0 3C 27 7D 30 29
Octal 67 234 77 101 0 74 47 175 60 51
Binary 110111 10011100 111111 1000001 0 111100 100111 1111101 110000 101001

Color Harmonies of #379C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379C3F

Black with #379C3F

Text Example


Text Example

White with #379C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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