Html Css Color HEX #41956C Eucalyptus

📋 copy color: '#41956C'

red 65 ◦ green 149 ◦ blue 108

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

Shades of Eucalyptus #41956C

Tints of Eucalyptus #41956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.27%

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

R = 20.19%
G = 46.27%
B = 33.54%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#41956C (or 0x41956C) is known color: Eucalyptus. HEX triplet: 41, 95 and 6C. RGB value is (65,149,108). Sum of RGB (Red+Green+Blue) = 65+149+108=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #41956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41956C is #BE6A93. Grayscale: #777777. Windows color (decimal): -12479124 or 7116097. OLE color: 7116097.

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

Color convert

RGB 65 149 108 -
CMYK 0.56 0 0.28 0.42
HSL 150.71º 0.39% 0.42% -
HSV(B) 150.71º 0.56% 0.58% -
XYZ 15.63 23.7 17.94 -
YUV 119.21 121.67 89.33 -
System Red Green Blue C M Y K H S L
Decimal 65 149 108 0.56 0 0.28 0.42 150.71 0.39 0.42
Hex 41 95 6C 38 0 1C 2A 97 27 2A
Octal 101 225 154 70 0 34 52 227 47 52
Binary 1000001 10010101 1101100 111000 0 11100 101010 10010111 100111 101010

Color Harmonies of #41956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41956C

Black with #41956C

Text Example


Text Example

White with #41956C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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