Html Css Color HEX #379942 Fruit Salad

📋 copy color: '#379942'

red 55 ◦ green 153 ◦ blue 66

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

Shades of Fruit Salad #379942

Tints of Fruit Salad #379942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.84%

 BLUE value IS 66 (26.17% from 255) = 24.09%

R = 20.07%
G = 55.84%
B = 24.09%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#379942 (or 0x379942) is known color: Fruit Salad. HEX triplet: 37, 99 and 42. RGB value is (55,153,66). Sum of RGB (Red+Green+Blue) = 55+153+66=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #379942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379942 is #C866BD. Grayscale: #727272. Windows color (decimal): -13133502 or 4364599. OLE color: 4364599.

HSL color Cylindrical-coordinate representation of color #379942: hue angle of 126.73º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379942 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 153 66 -
CMYK 0.64 0 0.57 0.4
HSL 126.73º 0.47% 0.41% -
HSV(B) 126.73º 0.64% 0.6% -
XYZ 13.95 23.99 9.05 -
YUV 113.78 101.03 86.07 -
System Red Green Blue C M Y K H S L
Decimal 55 153 66 0.64 0 0.57 0.4 126.73 0.47 0.41
Hex 37 99 42 40 0 39 28 7F 2F 29
Octal 67 231 102 100 0 71 50 177 57 51
Binary 110111 10011001 1000010 1000000 0 111001 101000 1111111 101111 101001

Color Harmonies of #379942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379942

Black with #379942

Text Example


Text Example

White with #379942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379942; }

 p { color: rgb(55,153,66); }

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

background-color css

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

 a { background-color: rgb(55,153,66); }

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

border-color css

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

 span { border-color: rgb(55,153,66); }

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