Html Css Color HEX #419269 Eucalyptus

📋 copy color: '#419269'

red 65 ◦ green 146 ◦ blue 105

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

Shades of Eucalyptus #419269

Tints of Eucalyptus #419269

RGB

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

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

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

R = 20.57%
G = 46.2%
B = 33.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#419269 (or 0x419269) is known color: Eucalyptus. HEX triplet: 41, 92 and 69. RGB value is (65,146,105). Sum of RGB (Red+Green+Blue) = 65+146+105=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #419269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419269 is #BE6D96. Grayscale: #757575. Windows color (decimal): -12479895 or 6918721. OLE color: 6918721.

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

Color convert

RGB 65 146 105 -
CMYK 0.55 0 0.28 0.43
HSL 149.63º 0.38% 0.41% -
HSV(B) 149.63º 0.55% 0.57% -
XYZ 15.01 22.7 16.96 -
YUV 117.11 121.16 90.83 -
System Red Green Blue C M Y K H S L
Decimal 65 146 105 0.55 0 0.28 0.43 149.63 0.38 0.41
Hex 41 92 69 37 0 1C 2B 96 26 29
Octal 101 222 151 67 0 34 53 226 46 51
Binary 1000001 10010010 1101001 110111 0 11100 101011 10010110 100110 101001

Color Harmonies of #419269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419269

Black with #419269

Text Example


Text Example

White with #419269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419269; }

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

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

background-color css

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

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

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

border-color css

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

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

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