Html Css Color HEX #469E5B Chateau Green

📋 copy color: '#469E5B'

red 70 ◦ green 158 ◦ blue 91

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

Shades of Chateau Green #469E5B

Tints of Chateau Green #469E5B

RGB

 RED value IS 70 (27.73% from 255) = 21.94%

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

 BLUE value IS 91 (35.94% from 255) = 28.53%

R = 21.94%
G = 49.53%
B = 28.53%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#469E5B (or 0x469E5B) is known color: Chateau Green. HEX triplet: 46, 9E and 5B. RGB value is (70,158,91). Sum of RGB (Red+Green+Blue) = 70+158+91=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 158 (62.11% from 255 or 49.53% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 158 - color contains mainly: green. Hex color #469E5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469E5B is #B961A4. Grayscale: #7C7C7C. Windows color (decimal): -12149157 or 6004294. OLE color: 6004294.

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

Color convert

RGB 70 158 91 -
CMYK 0.56 0 0.42 0.38
HSL 134.32º 0.39% 0.45% -
HSV(B) 134.32º 0.56% 0.62% -
XYZ 16.64 26.51 14.14 -
YUV 124.05 109.35 89.45 -
System Red Green Blue C M Y K H S L
Decimal 70 158 91 0.56 0 0.42 0.38 134.32 0.39 0.45
Hex 46 9E 5B 38 0 2A 26 86 27 2D
Octal 106 236 133 70 0 52 46 206 47 55
Binary 1000110 10011110 1011011 111000 0 101010 100110 10000110 100111 101101

Color Harmonies of #469E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469E5B

Black with #469E5B

Text Example


Text Example

White with #469E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469E5B; }

 p { color: rgb(70,158,91); }

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

background-color css

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

 a { background-color: rgb(70,158,91); }

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

border-color css

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

 span { border-color: rgb(70,158,91); }

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