Html Css Color HEX #469C5E Chateau Green

📋 copy color: '#469C5E'

red 70 ◦ green 156 ◦ blue 94

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

Shades of Chateau Green #469C5E

Tints of Chateau Green #469C5E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.75%

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

R = 21.88%
G = 48.75%
B = 29.38%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#469C5E (or 0x469C5E) is known color: Chateau Green. HEX triplet: 46, 9C and 5E. RGB value is (70,156,94). Sum of RGB (Red+Green+Blue) = 70+156+94=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #469C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C5E is #B963A1. Grayscale: #7B7B7B. Windows color (decimal): -12149666 or 6200390. OLE color: 6200390.

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

Color convert

RGB 70 156 94 -
CMYK 0.55 0 0.40 0.39
HSL 136.74º 0.38% 0.44% -
HSV(B) 136.74º 0.55% 0.61% -
XYZ 16.43 25.89 14.72 -
YUV 123.22 111.51 90.04 -
System Red Green Blue C M Y K H S L
Decimal 70 156 94 0.55 0 0.40 0.39 136.74 0.38 0.44
Hex 46 9C 5E 37 0 28 27 89 26 2C
Octal 106 234 136 67 0 50 47 211 46 54
Binary 1000110 10011100 1011110 110111 0 101000 100111 10001001 100110 101100

Color Harmonies of #469C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C5E

Black with #469C5E

Text Example


Text Example

White with #469C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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