Html Css Color HEX #41976C Eucalyptus

📋 copy color: '#41976C'

red 65 ◦ green 151 ◦ blue 108

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

Shades of Eucalyptus #41976C

Tints of Eucalyptus #41976C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.6%

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

R = 20.06%
G = 46.6%
B = 33.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#41976C (or 0x41976C) is known color: Eucalyptus. HEX triplet: 41, 97 and 6C. RGB value is (65,151,108). Sum of RGB (Red+Green+Blue) = 65+151+108=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 151 - color contains mainly: green. Hex color #41976C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41976C is #BE6893. Grayscale: #787878. Windows color (decimal): -12478612 or 7116609. OLE color: 7116609.

HSL color Cylindrical-coordinate representation of color #41976C: hue angle of 150º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41976C is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 151 108 -
CMYK 0.57 0 0.28 0.41
HSL 150º 0.4% 0.42% -
HSV(B) 150º 0.57% 0.59% -
XYZ 15.95 24.34 18.04 -
YUV 120.38 121.01 88.5 -
System Red Green Blue C M Y K H S L
Decimal 65 151 108 0.57 0 0.28 0.41 150 0.4 0.42
Hex 41 97 6C 39 0 1C 29 96 28 2A
Octal 101 227 154 71 0 34 51 226 50 52
Binary 1000001 10010111 1101100 111001 0 11100 101001 10010110 101000 101010

Color Harmonies of #41976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41976C

Black with #41976C

Text Example


Text Example

White with #41976C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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