Html Css Color HEX #419B6A Eucalyptus

📋 copy color: '#419B6A'

red 65 ◦ green 155 ◦ blue 106

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

Shades of Eucalyptus #419B6A

Tints of Eucalyptus #419B6A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.55%

 BLUE value IS 106 (41.8% from 255) = 32.52%

R = 19.94%
G = 47.55%
B = 32.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#419B6A (or 0x419B6A) is known color: Eucalyptus. HEX triplet: 41, 9B and 6A. RGB value is (65,155,106). Sum of RGB (Red+Green+Blue) = 65+155+106=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #419B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419B6A is #BE6495. Grayscale: #7A7A7A. Windows color (decimal): -12477590 or 6986561. OLE color: 6986561.

HSL color Cylindrical-coordinate representation of color #419B6A: hue angle of 147.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419B6A is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 155 106 -
CMYK 0.58 0 0.32 0.39
HSL 147.33º 0.41% 0.43% -
HSV(B) 147.33º 0.58% 0.61% -
XYZ 16.5 25.61 17.71 -
YUV 122.5 118.68 86.98 -
System Red Green Blue C M Y K H S L
Decimal 65 155 106 0.58 0 0.32 0.39 147.33 0.41 0.43
Hex 41 9B 6A 3A 0 20 27 93 29 2B
Octal 101 233 152 72 0 40 47 223 51 53
Binary 1000001 10011011 1101010 111010 0 100000 100111 10010011 101001 101011

Color Harmonies of #419B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419B6A

Black with #419B6A

Text Example


Text Example

White with #419B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419B6A; }

 p { color: rgb(65,155,106); }

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

background-color css

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

 a { background-color: rgb(65,155,106); }

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

border-color css

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

 span { border-color: rgb(65,155,106); }

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