Html Css Color HEX #419A5E Chateau Green

📋 copy color: '#419A5E'

red 65 ◦ green 154 ◦ blue 94

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

Shades of Chateau Green #419A5E

Tints of Chateau Green #419A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.2%

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 20.77%
G = 49.2%
B = 30.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#419A5E (or 0x419A5E) is known color: Chateau Green. HEX triplet: 41, 9A and 5E. RGB value is (65,154,94). Sum of RGB (Red+Green+Blue) = 65+154+94=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #419A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419A5E is #BE65A1. Grayscale: #787878. Windows color (decimal): -12477858 or 6199873. OLE color: 6199873.

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

Color convert

RGB 65 154 94 -
CMYK 0.58 0 0.39 0.40
HSL 139.55º 0.41% 0.43% -
HSV(B) 139.55º 0.58% 0.6% -
XYZ 15.76 25.04 14.59 -
YUV 120.55 113.01 88.38 -
System Red Green Blue C M Y K H S L
Decimal 65 154 94 0.58 0 0.39 0.40 139.55 0.41 0.43
Hex 41 9A 5E 3A 0 27 28 8C 29 2B
Octal 101 232 136 72 0 47 50 214 51 53
Binary 1000001 10011010 1011110 111010 0 100111 101000 10001100 101001 101011

Color Harmonies of #419A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419A5E

Black with #419A5E

Text Example


Text Example

White with #419A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,154,94); }

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

background-color css

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

 a { background-color: rgb(65,154,94); }

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

border-color css

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

 span { border-color: rgb(65,154,94); }

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