Html Css Color HEX #419069 Eucalyptus

📋 copy color: '#419069'

red 65 ◦ green 144 ◦ blue 105

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

Shades of Eucalyptus #419069

Tints of Eucalyptus #419069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.44%

R = 20.7%
G = 45.86%
B = 33.44%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#419069 (or 0x419069) is known color: Eucalyptus. HEX triplet: 41, 90 and 69. RGB value is (65,144,105). Sum of RGB (Red+Green+Blue) = 65+144+105=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #419069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419069 is #BE6F96. Grayscale: #747474. Windows color (decimal): -12480407 or 6918209. OLE color: 6918209.

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

Color convert

RGB 65 144 105 -
CMYK 0.55 0 0.27 0.44
HSL 150.38º 0.38% 0.41% -
HSV(B) 150.38º 0.55% 0.56% -
XYZ 14.7 22.09 16.85 -
YUV 115.93 121.83 91.67 -
System Red Green Blue C M Y K H S L
Decimal 65 144 105 0.55 0 0.27 0.44 150.38 0.38 0.41
Hex 41 90 69 37 0 1B 2C 96 26 29
Octal 101 220 151 67 0 33 54 226 46 51
Binary 1000001 10010000 1101001 110111 0 11011 101100 10010110 100110 101001

Color Harmonies of #419069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419069

Black with #419069

Text Example


Text Example

White with #419069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419069; }

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

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

background-color css

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

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

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

border-color css

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

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

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