Html Css Color HEX #399B3A Fruit Salad

📋 copy color: '#399B3A'

red 57 ◦ green 155 ◦ blue 58

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

Shades of Fruit Salad #399B3A

Tints of Fruit Salad #399B3A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 57.41%

 BLUE value IS 58 (23.05% from 255) = 21.48%

R = 21.11%
G = 57.41%
B = 21.48%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#399B3A (or 0x399B3A) is known color: Fruit Salad. HEX triplet: 39, 9B and 3A. RGB value is (57,155,58). Sum of RGB (Red+Green+Blue) = 57+155+58=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 155 (60.94% from 255 or 57.41% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 155 - color contains mainly: green. Hex color #399B3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399B3A is #C664C5. Grayscale: #727272. Windows color (decimal): -13001926 or 3840825. OLE color: 3840825.

HSL color Cylindrical-coordinate representation of color #399B3A: hue angle of 120.61º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399B3A is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 155 58 -
CMYK 0.63 0 0.63 0.39
HSL 120.61º 0.46% 0.42% -
HSV(B) 120.61º 0.63% 0.61% -
XYZ 14.17 24.62 8.01 -
YUV 114.64 96.03 86.89 -
System Red Green Blue C M Y K H S L
Decimal 57 155 58 0.63 0 0.63 0.39 120.61 0.46 0.42
Hex 39 9B 3A 3F 0 3F 27 79 2E 2A
Octal 71 233 72 77 0 77 47 171 56 52
Binary 111001 10011011 111010 111111 0 111111 100111 1111001 101110 101010

Color Harmonies of #399B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399B3A

Black with #399B3A

Text Example


Text Example

White with #399B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,155,58); }

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

background-color css

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

 a { background-color: rgb(57,155,58); }

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

border-color css

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

 span { border-color: rgb(57,155,58); }

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