Html Css Color HEX #419261 Eucalyptus

📋 copy color: '#419261'

red 65 ◦ green 146 ◦ blue 97

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

Shades of Eucalyptus #419261

Tints of Eucalyptus #419261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.49%

R = 21.1%
G = 47.4%
B = 31.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#419261 (or 0x419261) is known color: Eucalyptus. HEX triplet: 41, 92 and 61. RGB value is (65,146,97). Sum of RGB (Red+Green+Blue) = 65+146+97=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #419261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419261 is #BE6D9E. Grayscale: #747474. Windows color (decimal): -12479903 or 6394433. OLE color: 6394433.

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

Color convert

RGB 65 146 97 -
CMYK 0.55 0 0.34 0.43
HSL 143.7º 0.38% 0.41% -
HSV(B) 143.7º 0.55% 0.57% -
XYZ 14.62 22.54 14.89 -
YUV 116.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 65 146 97 0.55 0 0.34 0.43 143.7 0.38 0.41
Hex 41 92 61 37 0 22 2B 90 26 29
Octal 101 222 141 67 0 42 53 220 46 51
Binary 1000001 10010010 1100001 110111 0 100010 101011 10010000 100110 101001

Color Harmonies of #419261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419261

Black with #419261

Text Example


Text Example

White with #419261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419261; }

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

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

background-color css

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

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

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

border-color css

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

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

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