Html Css Color HEX #42A465 Chateau Green

📋 copy color: '#42A465'

red 66 ◦ green 164 ◦ blue 101

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

Shades of Chateau Green #42A465

Tints of Chateau Green #42A465

RGB

 RED value IS 66 (26.17% from 255) = 19.94%

 GREEN value IS 164 (64.45% from 255) = 49.55%

 BLUE value IS 101 (39.84% from 255) = 30.51%

R = 19.94%
G = 49.55%
B = 30.51%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#42A465 (or 0x42A465) is known color: Chateau Green. HEX triplet: 42, A4 and 65. RGB value is (66,164,101). Sum of RGB (Red+Green+Blue) = 66+164+101=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 164 - color contains mainly: green. Hex color #42A465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A465 is #BD5B9A. Grayscale: #7F7F7F. Windows color (decimal): -12409755 or 6661186. OLE color: 6661186.

HSL color Cylindrical-coordinate representation of color #42A465: hue angle of 141.43º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A465 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 164 101 -
CMYK 0.60 0 0.38 0.36
HSL 141.43º 0.43% 0.45% -
HSV(B) 141.43º 0.6% 0.64% -
XYZ 17.87 28.65 16.9 -
YUV 127.52 113.03 84.12 -
System Red Green Blue C M Y K H S L
Decimal 66 164 101 0.60 0 0.38 0.36 141.43 0.43 0.45
Hex 42 A4 65 3C 0 26 24 8D 2B 2D
Octal 102 244 145 74 0 46 44 215 53 55
Binary 1000010 10100100 1100101 111100 0 100110 100100 10001101 101011 101101

Color Harmonies of #42A465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A465

Black with #42A465

Text Example


Text Example

White with #42A465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A465; }

 p { color: rgb(66,164,101); }

 H1.HeaderClassName
 {
   color: #42A465;
 }
 .AnyTagClassName
 {
   color: #42A465;
 }
</style>

background-color css

<style>
 a { background-color: #42A465; }

 a { background-color: rgb(66,164,101); }

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

border-color css

<style>
 span { border-color: #42A465; }

 span { border-color: rgb(66,164,101); }

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