Html Css Color HEX #419365 Eucalyptus

📋 copy color: '#419365'

red 65 ◦ green 147 ◦ blue 101

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

Shades of Eucalyptus #419365

Tints of Eucalyptus #419365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.27%

R = 20.77%
G = 46.96%
B = 32.27%

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

#419365 (or 0x419365) is known color: Eucalyptus. HEX triplet: 41, 93 and 65. RGB value is (65,147,101). Sum of RGB (Red+Green+Blue) = 65+147+101=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #419365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419365 is #BE6C9A. Grayscale: #757575. Windows color (decimal): -12479643 or 6656833. OLE color: 6656833.

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

Color convert

RGB 65 147 101 -
CMYK 0.56 0 0.31 0.42
HSL 146.34º 0.39% 0.42% -
HSV(B) 146.34º 0.56% 0.58% -
XYZ 14.96 22.93 15.95 -
YUV 117.24 118.83 90.74 -
System Red Green Blue C M Y K H S L
Decimal 65 147 101 0.56 0 0.31 0.42 146.34 0.39 0.42
Hex 41 93 65 38 0 1F 2A 92 27 2A
Octal 101 223 145 70 0 37 52 222 47 52
Binary 1000001 10010011 1100101 111000 0 11111 101010 10010010 100111 101010

Color Harmonies of #419365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419365

Black with #419365

Text Example


Text Example

White with #419365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419365; }

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

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

background-color css

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

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

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

border-color css

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

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

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