Html Css Color HEX #41994B Fruit Salad

📋 copy color: '#41994B'

red 65 ◦ green 153 ◦ blue 75

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

Shades of Fruit Salad #41994B

Tints of Fruit Salad #41994B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.22%

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

R = 22.18%
G = 52.22%
B = 25.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#41994B (or 0x41994B) is known color: Fruit Salad. HEX triplet: 41, 99 and 4B. RGB value is (65,153,75). Sum of RGB (Red+Green+Blue) = 65+153+75=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #41994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41994B is #BE66B4. Grayscale: #767676. Windows color (decimal): -12478133 or 4954433. OLE color: 4954433.

HSL color Cylindrical-coordinate representation of color #41994B: hue angle of 126.82º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41994B is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 153 75 -
CMYK 0.58 0 0.51 0.4
HSL 126.82º 0.4% 0.43% -
HSV(B) 126.82º 0.58% 0.6% -
XYZ 14.84 24.41 10.59 -
YUV 117.8 103.85 90.34 -
System Red Green Blue C M Y K H S L
Decimal 65 153 75 0.58 0 0.51 0.4 126.82 0.4 0.43
Hex 41 99 4B 3A 0 33 28 7F 28 2B
Octal 101 231 113 72 0 63 50 177 50 53
Binary 1000001 10011001 1001011 111010 0 110011 101000 1111111 101000 101011

Color Harmonies of #41994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41994B

Black with #41994B

Text Example


Text Example

White with #41994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41994B; }

 p { color: rgb(65,153,75); }

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

background-color css

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

 a { background-color: rgb(65,153,75); }

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

border-color css

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

 span { border-color: rgb(65,153,75); }

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