Html Css Color HEX #42B75C Chateau Green

📋 copy color: '#42B75C'

red 66 ◦ green 183 ◦ blue 92

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

Shades of Chateau Green #42B75C

Tints of Chateau Green #42B75C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.67%

 BLUE value IS 92 (36.33% from 255) = 26.98%

R = 19.35%
G = 53.67%
B = 26.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#42B75C (or 0x42B75C) is known color: Chateau Green. HEX triplet: 42, B7 and 5C. RGB value is (66,183,92). Sum of RGB (Red+Green+Blue) = 66+183+92=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #42B75C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B75C is #BD48A3. Grayscale: #898989. Windows color (decimal): -12404900 or 6076226. OLE color: 6076226.

HSL color Cylindrical-coordinate representation of color #42B75C: hue angle of 133.33º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B75C is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 183 92 -
CMYK 0.64 0 0.50 0.28
HSL 133.33º 0.47% 0.49% -
HSV(B) 133.33º 0.64% 0.72% -
XYZ 21.11 35.8 15.92 -
YUV 137.64 102.24 76.9 -
System Red Green Blue C M Y K H S L
Decimal 66 183 92 0.64 0 0.50 0.28 133.33 0.47 0.49
Hex 42 B7 5C 40 0 32 1C 85 2F 31
Octal 102 267 134 100 0 62 34 205 57 61
Binary 1000010 10110111 1011100 1000000 0 110010 11100 10000101 101111 110001

Color Harmonies of #42B75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B75C

Black with #42B75C

Text Example


Text Example

White with #42B75C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,183,92); }

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

background-color css

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

 a { background-color: rgb(66,183,92); }

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

border-color css

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

 span { border-color: rgb(66,183,92); }

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