Html Css Color HEX #419E64 Chateau Green

📋 copy color: '#419E64'

red 65 ◦ green 158 ◦ blue 100

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

Shades of Chateau Green #419E64

Tints of Chateau Green #419E64

RGB

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

 GREEN value IS 158 (62.11% from 255) = 48.92%

 BLUE value IS 100 (39.45% from 255) = 30.96%

R = 20.12%
G = 48.92%
B = 30.96%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#419E64 (or 0x419E64) is known color: Chateau Green. HEX triplet: 41, 9E and 64. RGB value is (65,158,100). Sum of RGB (Red+Green+Blue) = 65+158+100=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 158 (62.11% from 255 or 48.92% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 158 - color contains mainly: green. Hex color #419E64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419E64 is #BE619B. Grayscale: #7B7B7B. Windows color (decimal): -12476828 or 6594113. OLE color: 6594113.

HSL color Cylindrical-coordinate representation of color #419E64: hue angle of 142.58º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #419E64 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 158 100 -
CMYK 0.59 0 0.37 0.38
HSL 142.58º 0.42% 0.44% -
HSV(B) 142.58º 0.59% 0.62% -
XYZ 16.71 26.5 16.29 -
YUV 123.58 114.69 86.22 -
System Red Green Blue C M Y K H S L
Decimal 65 158 100 0.59 0 0.37 0.38 142.58 0.42 0.44
Hex 41 9E 64 3B 0 25 26 8F 2A 2C
Octal 101 236 144 73 0 45 46 217 52 54
Binary 1000001 10011110 1100100 111011 0 100101 100110 10001111 101010 101100

Color Harmonies of #419E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419E64

Black with #419E64

Text Example


Text Example

White with #419E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,158,100); }

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

background-color css

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

 a { background-color: rgb(65,158,100); }

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

border-color css

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

 span { border-color: rgb(65,158,100); }

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