Html Css Color HEX #419368 Eucalyptus

📋 copy color: '#419368'

red 65 ◦ green 147 ◦ blue 104

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

Shades of Eucalyptus #419368

Tints of Eucalyptus #419368

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.52%

 BLUE value IS 104 (41.02% from 255) = 32.91%

R = 20.57%
G = 46.52%
B = 32.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#419368 (or 0x419368) is known color: Eucalyptus. HEX triplet: 41, 93 and 68. RGB value is (65,147,104). Sum of RGB (Red+Green+Blue) = 65+147+104=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #419368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419368 is #BE6C97. Grayscale: #757575. Windows color (decimal): -12479640 or 6853441. OLE color: 6853441.

HSL color Cylindrical-coordinate representation of color #419368: hue angle of 148.54º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419368 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 147 104 -
CMYK 0.56 0 0.29 0.42
HSL 148.54º 0.39% 0.42% -
HSV(B) 148.54º 0.56% 0.58% -
XYZ 15.11 22.99 16.74 -
YUV 117.58 120.33 90.5 -
System Red Green Blue C M Y K H S L
Decimal 65 147 104 0.56 0 0.29 0.42 148.54 0.39 0.42
Hex 41 93 68 38 0 1D 2A 95 27 2A
Octal 101 223 150 70 0 35 52 225 47 52
Binary 1000001 10010011 1101000 111000 0 11101 101010 10010101 100111 101010

Color Harmonies of #419368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419368

Black with #419368

Text Example


Text Example

White with #419368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419368; }

 p { color: rgb(65,147,104); }

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

background-color css

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

 a { background-color: rgb(65,147,104); }

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

border-color css

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

 span { border-color: rgb(65,147,104); }

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