Html Css Color HEX #419262 Eucalyptus

📋 copy color: '#419262'

red 65 ◦ green 146 ◦ blue 98

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

Shades of Eucalyptus #419262

Tints of Eucalyptus #419262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.72%

R = 21.04%
G = 47.25%
B = 31.72%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#419262 (or 0x419262) is known color: Eucalyptus. HEX triplet: 41, 92 and 62. RGB value is (65,146,98). Sum of RGB (Red+Green+Blue) = 65+146+98=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #419262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419262 is #BE6D9D. Grayscale: #747474. Windows color (decimal): -12479902 or 6459969. OLE color: 6459969.

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

Color convert

RGB 65 146 98 -
CMYK 0.55 0 0.33 0.43
HSL 144.44º 0.38% 0.41% -
HSV(B) 144.44º 0.55% 0.57% -
XYZ 14.66 22.56 15.14 -
YUV 116.31 117.66 91.4 -
System Red Green Blue C M Y K H S L
Decimal 65 146 98 0.55 0 0.33 0.43 144.44 0.38 0.41
Hex 41 92 62 37 0 21 2B 90 26 29
Octal 101 222 142 67 0 41 53 220 46 51
Binary 1000001 10010010 1100010 110111 0 100001 101011 10010000 100110 101001

Color Harmonies of #419262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419262

Black with #419262

Text Example


Text Example

White with #419262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419262; }

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

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

background-color css

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

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

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

border-color css

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

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

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