Html Css Color HEX #419264 Eucalyptus

📋 copy color: '#419264'

red 65 ◦ green 146 ◦ blue 100

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

Shades of Eucalyptus #419264

Tints of Eucalyptus #419264

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.95%

 BLUE value IS 100 (39.45% from 255) = 32.15%

R = 20.9%
G = 46.95%
B = 32.15%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#419264 (or 0x419264) is known color: Eucalyptus. HEX triplet: 41, 92 and 64. RGB value is (65,146,100). Sum of RGB (Red+Green+Blue) = 65+146+100=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #419264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419264 is #BE6D9B. Grayscale: #747474. Windows color (decimal): -12479900 or 6591041. OLE color: 6591041.

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

Color convert

RGB 65 146 100 -
CMYK 0.55 0 0.32 0.43
HSL 145.93º 0.38% 0.41% -
HSV(B) 145.93º 0.55% 0.57% -
XYZ 14.76 22.6 15.64 -
YUV 116.54 118.66 91.24 -
System Red Green Blue C M Y K H S L
Decimal 65 146 100 0.55 0 0.32 0.43 145.93 0.38 0.41
Hex 41 92 64 37 0 20 2B 92 26 29
Octal 101 222 144 67 0 40 53 222 46 51
Binary 1000001 10010010 1100100 110111 0 100000 101011 10010010 100110 101001

Color Harmonies of #419264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419264

Black with #419264

Text Example


Text Example

White with #419264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419264; }

 p { color: rgb(65,146,100); }

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

background-color css

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

 a { background-color: rgb(65,146,100); }

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

border-color css

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

 span { border-color: rgb(65,146,100); }

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