Html Css Color HEX #419366 Eucalyptus

📋 copy color: '#419366'

red 65 ◦ green 147 ◦ blue 102

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

Shades of Eucalyptus #419366

Tints of Eucalyptus #419366

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.82%

 BLUE value IS 102 (40.23% from 255) = 32.48%

R = 20.7%
G = 46.82%
B = 32.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#419366 (or 0x419366) is known color: Eucalyptus. HEX triplet: 41, 93 and 66. RGB value is (65,147,102). Sum of RGB (Red+Green+Blue) = 65+147+102=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #419366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419366 is #BE6C99. Grayscale: #757575. Windows color (decimal): -12479642 or 6722369. OLE color: 6722369.

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

Color convert

RGB 65 147 102 -
CMYK 0.56 0 0.31 0.42
HSL 147.07º 0.39% 0.42% -
HSV(B) 147.07º 0.56% 0.58% -
XYZ 15.01 22.95 16.21 -
YUV 117.35 119.33 90.66 -
System Red Green Blue C M Y K H S L
Decimal 65 147 102 0.56 0 0.31 0.42 147.07 0.39 0.42
Hex 41 93 66 38 0 1F 2A 93 27 2A
Octal 101 223 146 70 0 37 52 223 47 52
Binary 1000001 10010011 1100110 111000 0 11111 101010 10010011 100111 101010

Color Harmonies of #419366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419366

Black with #419366

Text Example


Text Example

White with #419366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419366; }

 p { color: rgb(65,147,102); }

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

background-color css

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

 a { background-color: rgb(65,147,102); }

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

border-color css

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

 span { border-color: rgb(65,147,102); }

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