Html Css Color HEX #41916A Eucalyptus

📋 copy color: '#41916A'

red 65 ◦ green 145 ◦ blue 106

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

Shades of Eucalyptus #41916A

Tints of Eucalyptus #41916A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 20.57%
G = 45.89%
B = 33.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#41916A (or 0x41916A) is known color: Eucalyptus. HEX triplet: 41, 91 and 6A. RGB value is (65,145,106). Sum of RGB (Red+Green+Blue) = 65+145+106=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #41916A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41916A is #BE6E95. Grayscale: #747474. Windows color (decimal): -12480150 or 6984001. OLE color: 6984001.

HSL color Cylindrical-coordinate representation of color #41916A: hue angle of 150.75º 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 #41916A is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 145 106 -
CMYK 0.55 0 0.27 0.43
HSL 150.75º 0.38% 0.41% -
HSV(B) 150.75º 0.55% 0.57% -
XYZ 14.91 22.42 17.18 -
YUV 116.63 122 91.17 -
System Red Green Blue C M Y K H S L
Decimal 65 145 106 0.55 0 0.27 0.43 150.75 0.38 0.41
Hex 41 91 6A 37 0 1B 2B 97 26 29
Octal 101 221 152 67 0 33 53 227 46 51
Binary 1000001 10010001 1101010 110111 0 11011 101011 10010111 100110 101001

Color Harmonies of #41916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41916A

Black with #41916A

Text Example


Text Example

White with #41916A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41916A; }

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

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

background-color css

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

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

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

border-color css

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

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

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