Html Css Color HEX #459041 Fruit Salad

📋 copy color: '#459041'

red 69 ◦ green 144 ◦ blue 65

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

Shades of Fruit Salad #459041

Tints of Fruit Salad #459041

RGB

 RED value IS 69 (27.34% from 255) = 24.82%

 GREEN value IS 144 (56.64% from 255) = 51.8%

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 24.82%
G = 51.8%
B = 23.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#459041 (or 0x459041) is known color: Fruit Salad. HEX triplet: 45, 90 and 41. RGB value is (69,144,65). Sum of RGB (Red+Green+Blue) = 69+144+65=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #459041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459041 is #BA6FBE. Grayscale: #707070. Windows color (decimal): -12218303 or 4296773. OLE color: 4296773.

HSL color Cylindrical-coordinate representation of color #459041: hue angle of 116.96º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459041 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 144 65 -
CMYK 0.52 0 0.55 0.44
HSL 116.96º 0.38% 0.41% -
HSV(B) 116.96º 0.55% 0.56% -
XYZ 13.38 21.59 8.46 -
YUV 112.57 101.15 96.92 -
System Red Green Blue C M Y K H S L
Decimal 69 144 65 0.52 0 0.55 0.44 116.96 0.38 0.41
Hex 45 90 41 34 0 37 2C 75 26 29
Octal 105 220 101 64 0 67 54 165 46 51
Binary 1000101 10010000 1000001 110100 0 110111 101100 1110101 100110 101001

Color Harmonies of #459041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459041

Black with #459041

Text Example


Text Example

White with #459041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459041; }

 p { color: rgb(69,144,65); }

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

background-color css

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

 a { background-color: rgb(69,144,65); }

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

border-color css

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

 span { border-color: rgb(69,144,65); }

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