Html Css Color HEX #41AA34 Fruit Salad

📋 copy color: '#41AA34'

red 65 ◦ green 170 ◦ blue 52

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

Shades of Fruit Salad #41AA34

Tints of Fruit Salad #41AA34

RGB

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

 GREEN value IS 170 (66.8% from 255) = 59.23%

 BLUE value IS 52 (20.7% from 255) = 18.12%

R = 22.65%
G = 59.23%
B = 18.12%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#41AA34 (or 0x41AA34) is known color: Fruit Salad. HEX triplet: 41, AA and 34. RGB value is (65,170,52). Sum of RGB (Red+Green+Blue) = 65+170+52=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #41AA34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AA34 is #BE55CB. Grayscale: #7D7D7D. Windows color (decimal): -12473804 or 3451457. OLE color: 3451457.

HSL color Cylindrical-coordinate representation of color #41AA34: hue angle of 113.39º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41AA34 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 170 52 -
CMYK 0.62 0 0.69 0.33
HSL 113.39º 0.53% 0.44% -
HSV(B) 113.39º 0.69% 0.67% -
XYZ 17.17 30.12 8.16 -
YUV 125.15 86.71 85.09 -
System Red Green Blue C M Y K H S L
Decimal 65 170 52 0.62 0 0.69 0.33 113.39 0.53 0.44
Hex 41 AA 34 3E 0 45 21 71 35 2C
Octal 101 252 64 76 0 105 41 161 65 54
Binary 1000001 10101010 110100 111110 0 1000101 100001 1110001 110101 101100

Color Harmonies of #41AA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AA34

Black with #41AA34

Text Example


Text Example

White with #41AA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41AA34; }

 p { color: rgb(65,170,52); }

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

background-color css

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

 a { background-color: rgb(65,170,52); }

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

border-color css

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

 span { border-color: rgb(65,170,52); }

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