Html Css Color HEX #389340 Fruit Salad

📋 copy color: '#389340'

red 56 ◦ green 147 ◦ blue 64

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

Shades of Fruit Salad #389340

Tints of Fruit Salad #389340

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.06%

 BLUE value IS 64 (25.39% from 255) = 23.97%

R = 20.97%
G = 55.06%
B = 23.97%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#389340 (or 0x389340) is known color: Fruit Salad. HEX triplet: 38, 93 and 40. RGB value is (56,147,64). Sum of RGB (Red+Green+Blue) = 56+147+64=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #389340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389340 is #C76CBF. Grayscale: #6E6E6E. Windows color (decimal): -13069504 or 4231992. OLE color: 4231992.

HSL color Cylindrical-coordinate representation of color #389340: hue angle of 125.27º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389340 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 147 64 -
CMYK 0.62 0 0.56 0.42
HSL 125.27º 0.45% 0.4% -
HSV(B) 125.27º 0.62% 0.58% -
XYZ 12.99 22.08 8.43 -
YUV 110.33 101.85 89.25 -
System Red Green Blue C M Y K H S L
Decimal 56 147 64 0.62 0 0.56 0.42 125.27 0.45 0.4
Hex 38 93 40 3E 0 38 2A 7D 2D 28
Octal 70 223 100 76 0 70 52 175 55 50
Binary 111000 10010011 1000000 111110 0 111000 101010 1111101 101101 101000

Color Harmonies of #389340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389340

Black with #389340

Text Example


Text Example

White with #389340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389340; }

 p { color: rgb(56,147,64); }

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

background-color css

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

 a { background-color: rgb(56,147,64); }

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

border-color css

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

 span { border-color: rgb(56,147,64); }

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