Html Css Color HEX #389F3E Fruit Salad

📋 copy color: '#389F3E'

red 56 ◦ green 159 ◦ blue 62

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

Shades of Fruit Salad #389F3E

Tints of Fruit Salad #389F3E

RGB

 RED value IS 56 (22.27% from 255) = 20.22%

 GREEN value IS 159 (62.5% from 255) = 57.4%

 BLUE value IS 62 (24.61% from 255) = 22.38%

R = 20.22%
G = 57.4%
B = 22.38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#389F3E (or 0x389F3E) is known color: Fruit Salad. HEX triplet: 38, 9F and 3E. RGB value is (56,159,62). Sum of RGB (Red+Green+Blue) = 56+159+62=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #389F3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389F3E is #C760C1. Grayscale: #757575. Windows color (decimal): -13066434 or 4103992. OLE color: 4103992.

HSL color Cylindrical-coordinate representation of color #389F3E: hue angle of 123.5º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389F3E is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 159 62 -
CMYK 0.65 0 0.61 0.38
HSL 123.5º 0.48% 0.42% -
HSV(B) 123.5º 0.65% 0.62% -
XYZ 14.9 25.98 8.79 -
YUV 117.15 96.88 84.39 -
System Red Green Blue C M Y K H S L
Decimal 56 159 62 0.65 0 0.61 0.38 123.5 0.48 0.42
Hex 38 9F 3E 41 0 3D 26 7B 30 2A
Octal 70 237 76 101 0 75 46 173 60 52
Binary 111000 10011111 111110 1000001 0 111101 100110 1111011 110000 101010

Color Harmonies of #389F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389F3E

Black with #389F3E

Text Example


Text Example

White with #389F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389F3E; }

 p { color: rgb(56,159,62); }

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

background-color css

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

 a { background-color: rgb(56,159,62); }

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

border-color css

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

 span { border-color: rgb(56,159,62); }

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