Html Css Color HEX #469B5A Chateau Green

📋 copy color: '#469B5A'

red 70 ◦ green 155 ◦ blue 90

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

Shades of Chateau Green #469B5A

Tints of Chateau Green #469B5A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.21%

 BLUE value IS 90 (35.55% from 255) = 28.57%

R = 22.22%
G = 49.21%
B = 28.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#469B5A (or 0x469B5A) is known color: Chateau Green. HEX triplet: 46, 9B and 5A. RGB value is (70,155,90). Sum of RGB (Red+Green+Blue) = 70+155+90=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #469B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B5A is #B964A5. Grayscale: #7A7A7A. Windows color (decimal): -12149926 or 5937990. OLE color: 5937990.

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

Color convert

RGB 70 155 90 -
CMYK 0.55 0 0.42 0.39
HSL 134.12º 0.38% 0.44% -
HSV(B) 134.12º 0.55% 0.61% -
XYZ 16.09 25.48 13.74 -
YUV 122.18 109.84 90.79 -
System Red Green Blue C M Y K H S L
Decimal 70 155 90 0.55 0 0.42 0.39 134.12 0.38 0.44
Hex 46 9B 5A 37 0 2A 27 86 26 2C
Octal 106 233 132 67 0 52 47 206 46 54
Binary 1000110 10011011 1011010 110111 0 101010 100111 10000110 100110 101100

Color Harmonies of #469B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469B5A

Black with #469B5A

Text Example


Text Example

White with #469B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,155,90); }

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

background-color css

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

 a { background-color: rgb(70,155,90); }

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

border-color css

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

 span { border-color: rgb(70,155,90); }

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