Html Css Color HEX #409265 Eucalyptus

📋 copy color: '#409265'

red 64 ◦ green 146 ◦ blue 101

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

Shades of Eucalyptus #409265

Tints of Eucalyptus #409265

RGB

 RED value IS 64 (25.39% from 255) = 20.58%

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

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

R = 20.58%
G = 46.95%
B = 32.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#409265 (or 0x409265) is known color: Eucalyptus. HEX triplet: 40, 92 and 65. RGB value is (64,146,101). Sum of RGB (Red+Green+Blue) = 64+146+101=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #409265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409265 is #BF6D9A. Grayscale: #747474. Windows color (decimal): -12545435 or 6656576. OLE color: 6656576.

HSL color Cylindrical-coordinate representation of color #409265: hue angle of 147.07º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409265 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 146 101 -
CMYK 0.56 0 0.31 0.43
HSL 147.07º 0.39% 0.41% -
HSV(B) 147.07º 0.56% 0.57% -
XYZ 14.74 22.59 15.89 -
YUV 116.35 119.33 90.66 -
System Red Green Blue C M Y K H S L
Decimal 64 146 101 0.56 0 0.31 0.43 147.07 0.39 0.41
Hex 40 92 65 38 0 1F 2B 93 27 29
Octal 100 222 145 70 0 37 53 223 47 51
Binary 1000000 10010010 1100101 111000 0 11111 101011 10010011 100111 101001

Color Harmonies of #409265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409265

Black with #409265

Text Example


Text Example

White with #409265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409265; }

 p { color: rgb(64,146,101); }

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

background-color css

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

 a { background-color: rgb(64,146,101); }

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

border-color css

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

 span { border-color: rgb(64,146,101); }

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