Html Css Color HEX #389D3A Fruit Salad

📋 copy color: '#389D3A'

red 56 ◦ green 157 ◦ blue 58

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

Shades of Fruit Salad #389D3A

Tints of Fruit Salad #389D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.4%

R = 20.66%
G = 57.93%
B = 21.4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#389D3A (or 0x389D3A) is known color: Fruit Salad. HEX triplet: 38, 9D and 3A. RGB value is (56,157,58). Sum of RGB (Red+Green+Blue) = 56+157+58=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 157 (61.72% from 255 or 57.93% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 157 - color contains mainly: green. Hex color #389D3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389D3A is #C762C5. Grayscale: #737373. Windows color (decimal): -13066950 or 3841336. OLE color: 3841336.

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

Color convert

RGB 56 157 58 -
CMYK 0.64 0 0.63 0.38
HSL 121.19º 0.47% 0.42% -
HSV(B) 121.19º 0.64% 0.62% -
XYZ 14.45 25.26 8.12 -
YUV 115.52 95.54 85.55 -
System Red Green Blue C M Y K H S L
Decimal 56 157 58 0.64 0 0.63 0.38 121.19 0.47 0.42
Hex 38 9D 3A 40 0 3F 26 79 2F 2A
Octal 70 235 72 100 0 77 46 171 57 52
Binary 111000 10011101 111010 1000000 0 111111 100110 1111001 101111 101010

Color Harmonies of #389D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389D3A

Black with #389D3A

Text Example


Text Example

White with #389D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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