Html Css Color HEX #468C45 Fruit Salad

📋 copy color: '#468C45'

red 70 ◦ green 140 ◦ blue 69

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

Shades of Fruit Salad #468C45

Tints of Fruit Salad #468C45

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50.18%

 BLUE value IS 69 (27.34% from 255) = 24.73%

R = 25.09%
G = 50.18%
B = 24.73%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#468C45 (or 0x468C45) is known color: Fruit Salad. HEX triplet: 46, 8C and 45. RGB value is (70,140,69). Sum of RGB (Red+Green+Blue) = 70+140+69=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #468C45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468C45 is #B973BA. Grayscale: #6F6F6F. Windows color (decimal): -12153787 or 4557894. OLE color: 4557894.

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

Color convert

RGB 70 140 69 -
CMYK 0.50 0 0.51 0.45
HSL 119.15º 0.34% 0.41% -
HSV(B) 119.15º 0.51% 0.55% -
XYZ 12.98 20.49 8.9 -
YUV 110.98 104.31 98.77 -
System Red Green Blue C M Y K H S L
Decimal 70 140 69 0.50 0 0.51 0.45 119.15 0.34 0.41
Hex 46 8C 45 32 0 33 2D 77 22 29
Octal 106 214 105 62 0 63 55 167 42 51
Binary 1000110 10001100 1000101 110010 0 110011 101101 1110111 100010 101001

Color Harmonies of #468C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468C45

Black with #468C45

Text Example


Text Example

White with #468C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,140,69); }

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

background-color css

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

 a { background-color: rgb(70,140,69); }

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

border-color css

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

 span { border-color: rgb(70,140,69); }

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