Html Css Color HEX #419545 Fruit Salad

📋 copy color: '#419545'

red 65 ◦ green 149 ◦ blue 69

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

Shades of Fruit Salad #419545

Tints of Fruit Salad #419545

RGB

 RED value IS 65 (25.78% from 255) = 22.97%

 GREEN value IS 149 (58.59% from 255) = 52.65%

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

R = 22.97%
G = 52.65%
B = 24.38%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#419545 (or 0x419545) is known color: Fruit Salad. HEX triplet: 41, 95 and 45. RGB value is (65,149,69). Sum of RGB (Red+Green+Blue) = 65+149+69=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #419545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419545 is #BE6ABA. Grayscale: #737373. Windows color (decimal): -12479163 or 4560193. OLE color: 4560193.

HSL color Cylindrical-coordinate representation of color #419545: hue angle of 122.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419545 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 149 69 -
CMYK 0.56 0 0.54 0.42
HSL 122.86º 0.39% 0.42% -
HSV(B) 122.86º 0.56% 0.58% -
XYZ 14 23.05 9.34 -
YUV 114.76 102.17 92.5 -
System Red Green Blue C M Y K H S L
Decimal 65 149 69 0.56 0 0.54 0.42 122.86 0.39 0.42
Hex 41 95 45 38 0 36 2A 7B 27 2A
Octal 101 225 105 70 0 66 52 173 47 52
Binary 1000001 10010101 1000101 111000 0 110110 101010 1111011 100111 101010

Color Harmonies of #419545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419545

Black with #419545

Text Example


Text Example

White with #419545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419545; }

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

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

background-color css

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

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

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

border-color css

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

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

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