Html Css Color HEX #41915F Eucalyptus

📋 copy color: '#41915F'

red 65 ◦ green 145 ◦ blue 95

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

Shades of Eucalyptus #41915F

Tints of Eucalyptus #41915F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.54%

 BLUE value IS 95 (37.5% from 255) = 31.15%

R = 21.31%
G = 47.54%
B = 31.15%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#41915F (or 0x41915F) is known color: Eucalyptus. HEX triplet: 41, 91 and 5F. RGB value is (65,145,95). Sum of RGB (Red+Green+Blue) = 65+145+95=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #41915F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41915F is #BE6EA0. Grayscale: #737373. Windows color (decimal): -12480161 or 6263105. OLE color: 6263105.

HSL color Cylindrical-coordinate representation of color #41915F: hue angle of 142.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41915F is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 145 95 -
CMYK 0.55 0 0.34 0.43
HSL 142.5º 0.38% 0.41% -
HSV(B) 142.5º 0.55% 0.57% -
XYZ 14.37 22.2 14.35 -
YUV 115.38 116.5 92.07 -
System Red Green Blue C M Y K H S L
Decimal 65 145 95 0.55 0 0.34 0.43 142.5 0.38 0.41
Hex 41 91 5F 37 0 22 2B 8E 26 29
Octal 101 221 137 67 0 42 53 216 46 51
Binary 1000001 10010001 1011111 110111 0 100010 101011 10001110 100110 101001

Color Harmonies of #41915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41915F

Black with #41915F

Text Example


Text Example

White with #41915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41915F; }

 p { color: rgb(65,145,95); }

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

background-color css

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

 a { background-color: rgb(65,145,95); }

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

border-color css

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

 span { border-color: rgb(65,145,95); }

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