Html Css Color HEX #469C5D Chateau Green

📋 copy color: '#469C5D'

red 70 ◦ green 156 ◦ blue 93

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

Shades of Chateau Green #469C5D

Tints of Chateau Green #469C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 21.94%
G = 48.9%
B = 29.15%

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

#469C5D (or 0x469C5D) is known color: Chateau Green. HEX triplet: 46, 9C and 5D. RGB value is (70,156,93). Sum of RGB (Red+Green+Blue) = 70+156+93=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #469C5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C5D is #B963A2. Grayscale: #7B7B7B. Windows color (decimal): -12149667 or 6134854. OLE color: 6134854.

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

Color convert

RGB 70 156 93 -
CMYK 0.55 0 0.40 0.39
HSL 136.05º 0.38% 0.44% -
HSV(B) 136.05º 0.55% 0.61% -
XYZ 16.39 25.87 14.49 -
YUV 123.1 111.01 90.12 -
System Red Green Blue C M Y K H S L
Decimal 70 156 93 0.55 0 0.40 0.39 136.05 0.38 0.44
Hex 46 9C 5D 37 0 28 27 88 26 2C
Octal 106 234 135 67 0 50 47 210 46 54
Binary 1000110 10011100 1011101 110111 0 101000 100111 10001000 100110 101100

Color Harmonies of #469C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C5D

Black with #469C5D

Text Example


Text Example

White with #469C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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