Html Css Color HEX #389240 Fruit Salad

📋 copy color: '#389240'

red 56 ◦ green 146 ◦ blue 64

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

Shades of Fruit Salad #389240

Tints of Fruit Salad #389240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.89%

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

R = 21.05%
G = 54.89%
B = 24.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#389240 (or 0x389240) is known color: Fruit Salad. HEX triplet: 38, 92 and 40. RGB value is (56,146,64). Sum of RGB (Red+Green+Blue) = 56+146+64=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #389240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389240 is #C76DBF. Grayscale: #6D6D6D. Windows color (decimal): -13069760 or 4231736. OLE color: 4231736.

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

Color convert

RGB 56 146 64 -
CMYK 0.62 0 0.56 0.43
HSL 125.33º 0.45% 0.4% -
HSV(B) 125.33º 0.62% 0.57% -
XYZ 12.84 21.77 8.38 -
YUV 109.74 102.18 89.67 -
System Red Green Blue C M Y K H S L
Decimal 56 146 64 0.62 0 0.56 0.43 125.33 0.45 0.4
Hex 38 92 40 3E 0 38 2B 7D 2D 28
Octal 70 222 100 76 0 70 53 175 55 50
Binary 111000 10010010 1000000 111110 0 111000 101011 1111101 101101 101000

Color Harmonies of #389240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389240

Black with #389240

Text Example


Text Example

White with #389240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389240; }

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

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

background-color css

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

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

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

border-color css

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

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

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