Html Css Color HEX #419363 Eucalyptus

📋 copy color: '#419363'

red 65 ◦ green 147 ◦ blue 99

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

Shades of Eucalyptus #419363

Tints of Eucalyptus #419363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.83%

R = 20.9%
G = 47.27%
B = 31.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#419363 (or 0x419363) is known color: Eucalyptus. HEX triplet: 41, 93 and 63. RGB value is (65,147,99). Sum of RGB (Red+Green+Blue) = 65+147+99=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #419363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419363 is #BE6C9C. Grayscale: #757575. Windows color (decimal): -12479645 or 6525761. OLE color: 6525761.

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

Color convert

RGB 65 147 99 -
CMYK 0.56 0 0.33 0.42
HSL 144.88º 0.39% 0.42% -
HSV(B) 144.88º 0.56% 0.58% -
XYZ 14.87 22.89 15.44 -
YUV 117.01 117.83 90.9 -
System Red Green Blue C M Y K H S L
Decimal 65 147 99 0.56 0 0.33 0.42 144.88 0.39 0.42
Hex 41 93 63 38 0 21 2A 91 27 2A
Octal 101 223 143 70 0 41 52 221 47 52
Binary 1000001 10010011 1100011 111000 0 100001 101010 10010001 100111 101010

Color Harmonies of #419363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419363

Black with #419363

Text Example


Text Example

White with #419363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419363; }

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

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

background-color css

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

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

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

border-color css

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

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

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