Html Css Color HEX #42925D Chateau Green

📋 copy color: '#42925D'

red 66 ◦ green 146 ◦ blue 93

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

Shades of Chateau Green #42925D

Tints of Chateau Green #42925D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.87%

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

R = 21.64%
G = 47.87%
B = 30.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#42925D (or 0x42925D) is known color: Chateau Green. HEX triplet: 42, 92 and 5D. RGB value is (66,146,93). Sum of RGB (Red+Green+Blue) = 66+146+93=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #42925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42925D is #BD6DA2. Grayscale: #747474. Windows color (decimal): -12414371 or 6132290. OLE color: 6132290.

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

Color convert

RGB 66 146 93 -
CMYK 0.55 0 0.36 0.43
HSL 140.25º 0.38% 0.42% -
HSV(B) 140.25º 0.55% 0.57% -
XYZ 14.5 22.51 13.94 -
YUV 116.04 115 92.31 -
System Red Green Blue C M Y K H S L
Decimal 66 146 93 0.55 0 0.36 0.43 140.25 0.38 0.42
Hex 42 92 5D 37 0 24 2B 8C 26 2A
Octal 102 222 135 67 0 44 53 214 46 52
Binary 1000010 10010010 1011101 110111 0 100100 101011 10001100 100110 101010

Color Harmonies of #42925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42925D

Black with #42925D

Text Example


Text Example

White with #42925D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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