Html Css Color HEX #42935D Chateau Green

📋 copy color: '#42935D'

red 66 ◦ green 147 ◦ blue 93

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

Shades of Chateau Green #42935D

Tints of Chateau Green #42935D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.04%

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

R = 21.57%
G = 48.04%
B = 30.39%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#42935D (or 0x42935D) is known color: Chateau Green. HEX triplet: 42, 93 and 5D. RGB value is (66,147,93). Sum of RGB (Red+Green+Blue) = 66+147+93=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #42935D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42935D is #BD6CA2. Grayscale: #747474. Windows color (decimal): -12414115 or 6132546. OLE color: 6132546.

HSL color Cylindrical-coordinate representation of color #42935D: hue angle of 140º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42935D is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 147 93 -
CMYK 0.55 0 0.37 0.42
HSL 140º 0.38% 0.42% -
HSV(B) 140º 0.55% 0.58% -
XYZ 14.66 22.82 13.99 -
YUV 116.63 114.66 91.89 -
System Red Green Blue C M Y K H S L
Decimal 66 147 93 0.55 0 0.37 0.42 140 0.38 0.42
Hex 42 93 5D 37 0 25 2A 8C 26 2A
Octal 102 223 135 67 0 45 52 214 46 52
Binary 1000010 10010011 1011101 110111 0 100101 101010 10001100 100110 101010

Color Harmonies of #42935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42935D

Black with #42935D

Text Example


Text Example

White with #42935D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42935D; }

 p { color: rgb(66,147,93); }

 H1.HeaderClassName
 {
   color: #42935D;
 }
 .AnyTagClassName
 {
   color: #42935D;
 }
</style>

background-color css

<style>
 a { background-color: #42935D; }

 a { background-color: rgb(66,147,93); }

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

border-color css

<style>
 span { border-color: #42935D; }

 span { border-color: rgb(66,147,93); }

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