Html Css Color HEX #389A3C Fruit Salad

📋 copy color: '#389A3C'

red 56 ◦ green 154 ◦ blue 60

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

Shades of Fruit Salad #389A3C

Tints of Fruit Salad #389A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.22%

R = 20.74%
G = 57.04%
B = 22.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#389A3C (or 0x389A3C) is known color: Fruit Salad. HEX triplet: 38, 9A and 3C. RGB value is (56,154,60). Sum of RGB (Red+Green+Blue) = 56+154+60=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 154 (60.55% from 255 or 57.04% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 154 - color contains mainly: green. Hex color #389A3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389A3C is #C765C3. Grayscale: #727272. Windows color (decimal): -13067716 or 3971640. OLE color: 3971640.

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

Color convert

RGB 56 154 60 -
CMYK 0.64 0 0.61 0.40
HSL 122.45º 0.47% 0.41% -
HSV(B) 122.45º 0.64% 0.6% -
XYZ 14 24.28 8.22 -
YUV 113.98 97.53 86.64 -
System Red Green Blue C M Y K H S L
Decimal 56 154 60 0.64 0 0.61 0.40 122.45 0.47 0.41
Hex 38 9A 3C 40 0 3D 28 7A 2F 29
Octal 70 232 74 100 0 75 50 172 57 51
Binary 111000 10011010 111100 1000000 0 111101 101000 1111010 101111 101001

Color Harmonies of #389A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389A3C

Black with #389A3C

Text Example


Text Example

White with #389A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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