Html Css Color HEX #399A45 Fruit Salad

📋 copy color: '#399A45'

red 57 ◦ green 154 ◦ blue 69

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

Shades of Fruit Salad #399A45

Tints of Fruit Salad #399A45

RGB

 RED value IS 57 (22.66% from 255) = 20.36%

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

 BLUE value IS 69 (27.34% from 255) = 24.64%

R = 20.36%
G = 55%
B = 24.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#399A45 (or 0x399A45) is known color: Fruit Salad. HEX triplet: 39, 9A and 45. RGB value is (57,154,69). Sum of RGB (Red+Green+Blue) = 57+154+69=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 154 (60.55% from 255 or 55% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 154 - color contains mainly: green. Hex color #399A45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399A45 is #C665BA. Grayscale: #737373. Windows color (decimal): -13002171 or 4561465. OLE color: 4561465.

HSL color Cylindrical-coordinate representation of color #399A45: hue angle of 127.42º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399A45 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 154 69 -
CMYK 0.63 0 0.55 0.40
HSL 127.42º 0.46% 0.41% -
HSV(B) 127.42º 0.63% 0.6% -
XYZ 14.32 24.41 9.59 -
YUV 115.31 101.86 86.41 -
System Red Green Blue C M Y K H S L
Decimal 57 154 69 0.63 0 0.55 0.40 127.42 0.46 0.41
Hex 39 9A 45 3F 0 37 28 7F 2E 29
Octal 71 232 105 77 0 67 50 177 56 51
Binary 111001 10011010 1000101 111111 0 110111 101000 1111111 101110 101001

Color Harmonies of #399A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399A45

Black with #399A45

Text Example


Text Example

White with #399A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399A45; }

 p { color: rgb(57,154,69); }

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

background-color css

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

 a { background-color: rgb(57,154,69); }

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

border-color css

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

 span { border-color: rgb(57,154,69); }

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