Html Css Color HEX #389D37 Fruit Salad

📋 copy color: '#389D37'

red 56 ◦ green 157 ◦ blue 55

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

Shades of Fruit Salad #389D37

Tints of Fruit Salad #389D37

RGB

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

 GREEN value IS 157 (61.72% from 255) = 58.58%

 BLUE value IS 55 (21.88% from 255) = 20.52%

R = 20.9%
G = 58.58%
B = 20.52%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#389D37 (or 0x389D37) is known color: Fruit Salad. HEX triplet: 38, 9D and 37. RGB value is (56,157,55). Sum of RGB (Red+Green+Blue) = 56+157+55=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 157 (61.72% from 255 or 58.58% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 157 - color contains mainly: green. Hex color #389D37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389D37 is #C762C8. Grayscale: #737373. Windows color (decimal): -13066953 or 3644728. OLE color: 3644728.

HSL color Cylindrical-coordinate representation of color #389D37: hue angle of 119.41º 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 #389D37 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 157 55 -
CMYK 0.64 0 0.65 0.38
HSL 119.41º 0.48% 0.42% -
HSV(B) 119.41º 0.65% 0.62% -
XYZ 14.38 25.23 7.73 -
YUV 115.17 94.04 85.79 -
System Red Green Blue C M Y K H S L
Decimal 56 157 55 0.64 0 0.65 0.38 119.41 0.48 0.42
Hex 38 9D 37 40 0 41 26 77 30 2A
Octal 70 235 67 100 0 101 46 167 60 52
Binary 111000 10011101 110111 1000000 0 1000001 100110 1110111 110000 101010

Color Harmonies of #389D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389D37

Black with #389D37

Text Example


Text Example

White with #389D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,157,55); }

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

background-color css

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

 a { background-color: rgb(56,157,55); }

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

border-color css

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

 span { border-color: rgb(56,157,55); }

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