Html Css Color HEX #468D4B Fruit Salad

📋 copy color: '#468D4B'

red 70 ◦ green 141 ◦ blue 75

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

Shades of Fruit Salad #468D4B

Tints of Fruit Salad #468D4B

RGB

 RED value IS 70 (27.73% from 255) = 24.48%

 GREEN value IS 141 (55.47% from 255) = 49.3%

 BLUE value IS 75 (29.69% from 255) = 26.22%

R = 24.48%
G = 49.3%
B = 26.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#468D4B (or 0x468D4B) is known color: Fruit Salad. HEX triplet: 46, 8D and 4B. RGB value is (70,141,75). Sum of RGB (Red+Green+Blue) = 70+141+75=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 141 (55.47% from 255 or 49.30% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 141 - color contains mainly: green. Hex color #468D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468D4B is #B972B4. Grayscale: #707070. Windows color (decimal): -12153525 or 4951366. OLE color: 4951366.

HSL color Cylindrical-coordinate representation of color #468D4B: hue angle of 124.23º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468D4B is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 141 75 -
CMYK 0.50 0 0.47 0.45
HSL 124.23º 0.34% 0.41% -
HSV(B) 124.23º 0.5% 0.55% -
XYZ 13.32 20.86 9.98 -
YUV 112.25 106.98 97.87 -
System Red Green Blue C M Y K H S L
Decimal 70 141 75 0.50 0 0.47 0.45 124.23 0.34 0.41
Hex 46 8D 4B 32 0 2F 2D 7C 22 29
Octal 106 215 113 62 0 57 55 174 42 51
Binary 1000110 10001101 1001011 110010 0 101111 101101 1111100 100010 101001

Color Harmonies of #468D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468D4B

Black with #468D4B

Text Example


Text Example

White with #468D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468D4B; }

 p { color: rgb(70,141,75); }

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

background-color css

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

 a { background-color: rgb(70,141,75); }

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

border-color css

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

 span { border-color: rgb(70,141,75); }

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