Html Css Color HEX #469B55 Chateau Green

📋 copy color: '#469B55'

red 70 ◦ green 155 ◦ blue 85

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

Shades of Chateau Green #469B55

Tints of Chateau Green #469B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.42%

R = 22.58%
G = 50%
B = 27.42%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#469B55 (or 0x469B55) is known color: Chateau Green. HEX triplet: 46, 9B and 55. RGB value is (70,155,85). Sum of RGB (Red+Green+Blue) = 70+155+85=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #469B55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B55 is #B964AA. Grayscale: #797979. Windows color (decimal): -12149931 or 5610310. OLE color: 5610310.

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

Color convert

RGB 70 155 85 -
CMYK 0.55 0 0.45 0.39
HSL 130.59º 0.38% 0.44% -
HSV(B) 130.59º 0.55% 0.61% -
XYZ 15.89 25.4 12.66 -
YUV 121.61 107.34 91.19 -
System Red Green Blue C M Y K H S L
Decimal 70 155 85 0.55 0 0.45 0.39 130.59 0.38 0.44
Hex 46 9B 55 37 0 2D 27 83 26 2C
Octal 106 233 125 67 0 55 47 203 46 54
Binary 1000110 10011011 1010101 110111 0 101101 100111 10000011 100110 101100

Color Harmonies of #469B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469B55

Black with #469B55

Text Example


Text Example

White with #469B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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