Html Css Color HEX #389A3B Fruit Salad

📋 copy color: '#389A3B'

red 56 ◦ green 154 ◦ blue 59

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

Shades of Fruit Salad #389A3B

Tints of Fruit Salad #389A3B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 57.25%

 BLUE value IS 59 (23.44% from 255) = 21.93%

R = 20.82%
G = 57.25%
B = 21.93%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#389A3B (or 0x389A3B) is known color: Fruit Salad. HEX triplet: 38, 9A and 3B. RGB value is (56,154,59). Sum of RGB (Red+Green+Blue) = 56+154+59=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 154 (60.55% from 255 or 57.25% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 154 - color contains mainly: green. Hex color #389A3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389A3B is #C765C4. Grayscale: #727272. Windows color (decimal): -13067717 or 3906104. OLE color: 3906104.

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

Color convert

RGB 56 154 59 -
CMYK 0.64 0 0.62 0.40
HSL 121.84º 0.47% 0.41% -
HSV(B) 121.84º 0.64% 0.6% -
XYZ 13.98 24.27 8.09 -
YUV 113.87 97.03 86.72 -
System Red Green Blue C M Y K H S L
Decimal 56 154 59 0.64 0 0.62 0.40 121.84 0.47 0.41
Hex 38 9A 3B 40 0 3E 28 7A 2F 29
Octal 70 232 73 100 0 76 50 172 57 51
Binary 111000 10011010 111011 1000000 0 111110 101000 1111010 101111 101001

Color Harmonies of #389A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389A3B

Black with #389A3B

Text Example


Text Example

White with #389A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,154,59); }

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

background-color css

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

 a { background-color: rgb(56,154,59); }

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

border-color css

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

 span { border-color: rgb(56,154,59); }

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