Html Css Color HEX #469C62 Chateau Green

📋 copy color: '#469C62'

red 70 ◦ green 156 ◦ blue 98

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

Shades of Chateau Green #469C62

Tints of Chateau Green #469C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.25%

R = 21.6%
G = 48.15%
B = 30.25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#469C62 (or 0x469C62) is known color: Chateau Green. HEX triplet: 46, 9C and 62. RGB value is (70,156,98). Sum of RGB (Red+Green+Blue) = 70+156+98=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #469C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C62 is #B9639D. Grayscale: #7B7B7B. Windows color (decimal): -12149662 or 6462534. OLE color: 6462534.

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

Color convert

RGB 70 156 98 -
CMYK 0.55 0 0.37 0.39
HSL 139.53º 0.38% 0.44% -
HSV(B) 139.53º 0.55% 0.61% -
XYZ 16.62 25.96 15.69 -
YUV 123.67 113.51 89.72 -
System Red Green Blue C M Y K H S L
Decimal 70 156 98 0.55 0 0.37 0.39 139.53 0.38 0.44
Hex 46 9C 62 37 0 25 27 8C 26 2C
Octal 106 234 142 67 0 45 47 214 46 54
Binary 1000110 10011100 1100010 110111 0 100101 100111 10001100 100110 101100

Color Harmonies of #469C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C62

Black with #469C62

Text Example


Text Example

White with #469C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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