Html Css Color HEX #469B5E Chateau Green

📋 copy color: '#469B5E'

red 70 ◦ green 155 ◦ blue 94

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

Shades of Chateau Green #469B5E

Tints of Chateau Green #469B5E

RGB

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

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

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

R = 21.94%
G = 48.59%
B = 29.47%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#469B5E (or 0x469B5E) is known color: Chateau Green. HEX triplet: 46, 9B and 5E. RGB value is (70,155,94). Sum of RGB (Red+Green+Blue) = 70+155+94=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #469B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B5E is #B964A1. Grayscale: #7A7A7A. Windows color (decimal): -12149922 or 6200134. OLE color: 6200134.

HSL color Cylindrical-coordinate representation of color #469B5E: hue angle of 136.94º 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 #469B5E is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 155 94 -
CMYK 0.55 0 0.39 0.39
HSL 136.94º 0.38% 0.44% -
HSV(B) 136.94º 0.55% 0.61% -
XYZ 16.27 25.55 14.66 -
YUV 122.63 111.84 90.46 -
System Red Green Blue C M Y K H S L
Decimal 70 155 94 0.55 0 0.39 0.39 136.94 0.38 0.44
Hex 46 9B 5E 37 0 27 27 89 26 2C
Octal 106 233 136 67 0 47 47 211 46 54
Binary 1000110 10011011 1011110 110111 0 100111 100111 10001001 100110 101100

Color Harmonies of #469B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469B5E

Black with #469B5E

Text Example


Text Example

White with #469B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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