Html Css Color HEX #389541 Fruit Salad

📋 copy color: '#389541'

red 56 ◦ green 149 ◦ blue 65

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

Shades of Fruit Salad #389541

Tints of Fruit Salad #389541

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.19%

 BLUE value IS 65 (25.78% from 255) = 24.07%

R = 20.74%
G = 55.19%
B = 24.07%

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

#389541 (or 0x389541) is known color: Fruit Salad. HEX triplet: 38, 95 and 41. RGB value is (56,149,65). Sum of RGB (Red+Green+Blue) = 56+149+65=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #389541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389541 is #C76ABE. Grayscale: #6F6F6F. Windows color (decimal): -13068991 or 4298040. OLE color: 4298040.

HSL color Cylindrical-coordinate representation of color #389541: hue angle of 125.81º 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 #389541 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 149 65 -
CMYK 0.62 0 0.56 0.42
HSL 125.81º 0.45% 0.4% -
HSV(B) 125.81º 0.62% 0.58% -
XYZ 13.33 22.72 8.68 -
YUV 111.62 101.69 88.33 -
System Red Green Blue C M Y K H S L
Decimal 56 149 65 0.62 0 0.56 0.42 125.81 0.45 0.4
Hex 38 95 41 3E 0 38 2A 7E 2D 28
Octal 70 225 101 76 0 70 52 176 55 50
Binary 111000 10010101 1000001 111110 0 111000 101010 1111110 101101 101000

Color Harmonies of #389541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389541

Black with #389541

Text Example


Text Example

White with #389541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389541; }

 p { color: rgb(56,149,65); }

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

background-color css

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

 a { background-color: rgb(56,149,65); }

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

border-color css

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

 span { border-color: rgb(56,149,65); }

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