Html Css Color HEX #389242 Fruit Salad

📋 copy color: '#389242'

red 56 ◦ green 146 ◦ blue 66

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

Shades of Fruit Salad #389242

Tints of Fruit Salad #389242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.48%

 BLUE value IS 66 (26.17% from 255) = 24.63%

R = 20.9%
G = 54.48%
B = 24.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#389242 (or 0x389242) is known color: Fruit Salad. HEX triplet: 38, 92 and 42. RGB value is (56,146,66). Sum of RGB (Red+Green+Blue) = 56+146+66=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #389242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389242 is #C76DBD. Grayscale: #6E6E6E. Windows color (decimal): -13069758 or 4362808. OLE color: 4362808.

HSL color Cylindrical-coordinate representation of color #389242: hue angle of 126.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389242 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 146 66 -
CMYK 0.62 0 0.55 0.43
HSL 126.67º 0.45% 0.4% -
HSV(B) 126.67º 0.62% 0.57% -
XYZ 12.89 21.79 8.68 -
YUV 109.97 103.18 89.5 -
System Red Green Blue C M Y K H S L
Decimal 56 146 66 0.62 0 0.55 0.43 126.67 0.45 0.4
Hex 38 92 42 3E 0 37 2B 7F 2D 28
Octal 70 222 102 76 0 67 53 177 55 50
Binary 111000 10010010 1000010 111110 0 110111 101011 1111111 101101 101000

Color Harmonies of #389242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389242

Black with #389242

Text Example


Text Example

White with #389242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389242; }

 p { color: rgb(56,146,66); }

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

background-color css

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

 a { background-color: rgb(56,146,66); }

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

border-color css

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

 span { border-color: rgb(56,146,66); }

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