Html Css Color HEX #419068 Eucalyptus

📋 copy color: '#419068'

red 65 ◦ green 144 ◦ blue 104

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

Shades of Eucalyptus #419068

Tints of Eucalyptus #419068

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.01%

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 20.77%
G = 46.01%
B = 33.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#419068 (or 0x419068) is known color: Eucalyptus. HEX triplet: 41, 90 and 68. RGB value is (65,144,104). Sum of RGB (Red+Green+Blue) = 65+144+104=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #419068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419068 is #BE6F97. Grayscale: #737373. Windows color (decimal): -12480408 or 6852673. OLE color: 6852673.

HSL color Cylindrical-coordinate representation of color #419068: hue angle of 149.62º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419068 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 144 104 -
CMYK 0.55 0 0.28 0.44
HSL 149.62º 0.38% 0.41% -
HSV(B) 149.62º 0.55% 0.56% -
XYZ 14.65 22.07 16.58 -
YUV 115.82 121.33 91.75 -
System Red Green Blue C M Y K H S L
Decimal 65 144 104 0.55 0 0.28 0.44 149.62 0.38 0.41
Hex 41 90 68 37 0 1C 2C 96 26 29
Octal 101 220 150 67 0 34 54 226 46 51
Binary 1000001 10010000 1101000 110111 0 11100 101100 10010110 100110 101001

Color Harmonies of #419068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419068

Black with #419068

Text Example


Text Example

White with #419068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419068; }

 p { color: rgb(65,144,104); }

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

background-color css

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

 a { background-color: rgb(65,144,104); }

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

border-color css

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

 span { border-color: rgb(65,144,104); }

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