Html Css Color HEX #419367 Eucalyptus

📋 copy color: '#419367'

red 65 ◦ green 147 ◦ blue 103

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

Shades of Eucalyptus #419367

Tints of Eucalyptus #419367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.7%

R = 20.63%
G = 46.67%
B = 32.7%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#419367 (or 0x419367) is known color: Eucalyptus. HEX triplet: 41, 93 and 67. RGB value is (65,147,103). Sum of RGB (Red+Green+Blue) = 65+147+103=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #419367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419367 is #BE6C98. Grayscale: #757575. Windows color (decimal): -12479641 or 6787905. OLE color: 6787905.

HSL color Cylindrical-coordinate representation of color #419367: hue angle of 147.8º 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 #419367 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 147 103 -
CMYK 0.56 0 0.30 0.42
HSL 147.8º 0.39% 0.42% -
HSV(B) 147.8º 0.56% 0.58% -
XYZ 15.06 22.97 16.47 -
YUV 117.47 119.83 90.58 -
System Red Green Blue C M Y K H S L
Decimal 65 147 103 0.56 0 0.30 0.42 147.8 0.39 0.42
Hex 41 93 67 38 0 1E 2A 94 27 2A
Octal 101 223 147 70 0 36 52 224 47 52
Binary 1000001 10010011 1100111 111000 0 11110 101010 10010100 100111 101010

Color Harmonies of #419367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419367

Black with #419367

Text Example


Text Example

White with #419367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419367; }

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

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

background-color css

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

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

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

border-color css

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

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

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