Html Css Color HEX #379A42 Fruit Salad

📋 copy color: '#379A42'

red 55 ◦ green 154 ◦ blue 66

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

Shades of Fruit Salad #379A42

Tints of Fruit Salad #379A42

RGB

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

 GREEN value IS 154 (60.55% from 255) = 56%

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

R = 20%
G = 56%
B = 24%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#379A42 (or 0x379A42) is known color: Fruit Salad. HEX triplet: 37, 9A and 42. RGB value is (55,154,66). Sum of RGB (Red+Green+Blue) = 55+154+66=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 154 (60.55% from 255 or 56% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 154 - color contains mainly: green. Hex color #379A42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379A42 is #C865BD. Grayscale: #727272. Windows color (decimal): -13133246 or 4364855. OLE color: 4364855.

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

Color convert

RGB 55 154 66 -
CMYK 0.64 0 0.57 0.40
HSL 126.67º 0.47% 0.41% -
HSV(B) 126.67º 0.64% 0.6% -
XYZ 14.11 24.32 9.1 -
YUV 114.37 100.7 85.66 -
System Red Green Blue C M Y K H S L
Decimal 55 154 66 0.64 0 0.57 0.40 126.67 0.47 0.41
Hex 37 9A 42 40 0 39 28 7F 2F 29
Octal 67 232 102 100 0 71 50 177 57 51
Binary 110111 10011010 1000010 1000000 0 111001 101000 1111111 101111 101001

Color Harmonies of #379A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379A42

Black with #379A42

Text Example


Text Example

White with #379A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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