Html Css Color HEX #418F66 Eucalyptus

📋 copy color: '#418F66'

red 65 ◦ green 143 ◦ blue 102

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

Shades of Eucalyptus #418F66

Tints of Eucalyptus #418F66

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.13%

 BLUE value IS 102 (40.23% from 255) = 32.9%

R = 20.97%
G = 46.13%
B = 32.9%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#418F66 (or 0x418F66) is known color: Eucalyptus. HEX triplet: 41, 8F and 66. RGB value is (65,143,102). Sum of RGB (Red+Green+Blue) = 65+143+102=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 143 - color contains mainly: green. Hex color #418F66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418F66 is #BE7099. Grayscale: #737373. Windows color (decimal): -12480666 or 6721345. OLE color: 6721345.

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

Color convert

RGB 65 143 102 -
CMYK 0.55 0 0.29 0.44
HSL 148.46º 0.38% 0.41% -
HSV(B) 148.46º 0.55% 0.56% -
XYZ 14.4 21.73 16.01 -
YUV 115 120.66 92.33 -
System Red Green Blue C M Y K H S L
Decimal 65 143 102 0.55 0 0.29 0.44 148.46 0.38 0.41
Hex 41 8F 66 37 0 1D 2C 94 26 29
Octal 101 217 146 67 0 35 54 224 46 51
Binary 1000001 10001111 1100110 110111 0 11101 101100 10010100 100110 101001

Color Harmonies of #418F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418F66

Black with #418F66

Text Example


Text Example

White with #418F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418F66; }

 p { color: rgb(65,143,102); }

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

background-color css

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

 a { background-color: rgb(65,143,102); }

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

border-color css

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

 span { border-color: rgb(65,143,102); }

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