Html Css Color HEX #41946C Eucalyptus

📋 copy color: '#41946C'

red 65 ◦ green 148 ◦ blue 108

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

Shades of Eucalyptus #41946C

Tints of Eucalyptus #41946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.11%

 BLUE value IS 108 (42.58% from 255) = 33.64%

R = 20.25%
G = 46.11%
B = 33.64%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#41946C (or 0x41946C) is known color: Eucalyptus. HEX triplet: 41, 94 and 6C. RGB value is (65,148,108). Sum of RGB (Red+Green+Blue) = 65+148+108=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #41946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41946C is #BE6B93. Grayscale: #767676. Windows color (decimal): -12479380 or 7115841. OLE color: 7115841.

HSL color Cylindrical-coordinate representation of color #41946C: hue angle of 151.08º 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 #41946C is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 148 108 -
CMYK 0.56 0 0.27 0.42
HSL 151.08º 0.39% 0.42% -
HSV(B) 151.08º 0.56% 0.58% -
XYZ 15.48 23.39 17.89 -
YUV 118.62 122 89.75 -
System Red Green Blue C M Y K H S L
Decimal 65 148 108 0.56 0 0.27 0.42 151.08 0.39 0.42
Hex 41 94 6C 38 0 1B 2A 97 27 2A
Octal 101 224 154 70 0 33 52 227 47 52
Binary 1000001 10010100 1101100 111000 0 11011 101010 10010111 100111 101010

Color Harmonies of #41946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41946C

Black with #41946C

Text Example


Text Example

White with #41946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41946C; }

 p { color: rgb(65,148,108); }

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

background-color css

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

 a { background-color: rgb(65,148,108); }

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

border-color css

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

 span { border-color: rgb(65,148,108); }

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