Html Css Color HEX #42945B Chateau Green

📋 copy color: '#42945B'

red 66 ◦ green 148 ◦ blue 91

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

Shades of Chateau Green #42945B

Tints of Chateau Green #42945B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.52%

 BLUE value IS 91 (35.94% from 255) = 29.84%

R = 21.64%
G = 48.52%
B = 29.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#42945B (or 0x42945B) is known color: Chateau Green. HEX triplet: 42, 94 and 5B. RGB value is (66,148,91). Sum of RGB (Red+Green+Blue) = 66+148+91=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #42945B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42945B is #BD6BA4. Grayscale: #757575. Windows color (decimal): -12413861 or 6001730. OLE color: 6001730.

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

Color convert

RGB 66 148 91 -
CMYK 0.55 0 0.39 0.42
HSL 138.29º 0.38% 0.42% -
HSV(B) 138.29º 0.55% 0.58% -
XYZ 14.73 23.09 13.58 -
YUV 116.98 113.33 91.63 -
System Red Green Blue C M Y K H S L
Decimal 66 148 91 0.55 0 0.39 0.42 138.29 0.38 0.42
Hex 42 94 5B 37 0 27 2A 8A 26 2A
Octal 102 224 133 67 0 47 52 212 46 52
Binary 1000010 10010100 1011011 110111 0 100111 101010 10001010 100110 101010

Color Harmonies of #42945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42945B

Black with #42945B

Text Example


Text Example

White with #42945B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42945B; }

 p { color: rgb(66,148,91); }

 H1.HeaderClassName
 {
   color: #42945B;
 }
 .AnyTagClassName
 {
   color: #42945B;
 }
</style>

background-color css

<style>
 a { background-color: #42945B; }

 a { background-color: rgb(66,148,91); }

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

border-color css

<style>
 span { border-color: #42945B; }

 span { border-color: rgb(66,148,91); }

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