Html Css Color HEX #42B65B Chateau Green

📋 copy color: '#42B65B'

red 66 ◦ green 182 ◦ blue 91

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

Shades of Chateau Green #42B65B

Tints of Chateau Green #42B65B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.69%

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

R = 19.47%
G = 53.69%
B = 26.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.5

 K value IS 0.29

RGB Variations

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

Color information

#42B65B (or 0x42B65B) is known color: Chateau Green. HEX triplet: 42, B6 and 5B. RGB value is (66,182,91). Sum of RGB (Red+Green+Blue) = 66+182+91=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 182 (71.48% from 255 or 53.69% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 182 - color contains mainly: green. Hex color #42B65B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B65B is #BD49A4. Grayscale: #898989. Windows color (decimal): -12405157 or 6010434. OLE color: 6010434.

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

Color convert

RGB 66 182 91 -
CMYK 0.64 0 0.5 0.29
HSL 132.93º 0.47% 0.49% -
HSV(B) 132.93º 0.64% 0.71% -
XYZ 20.86 35.37 15.62 -
YUV 136.94 102.07 77.4 -
System Red Green Blue C M Y K H S L
Decimal 66 182 91 0.64 0 0.5 0.29 132.93 0.47 0.49
Hex 42 B6 5B 40 0 32 1D 85 2F 31
Octal 102 266 133 100 0 62 35 205 57 61
Binary 1000010 10110110 1011011 1000000 0 110010 11101 10000101 101111 110001

Color Harmonies of #42B65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B65B

Black with #42B65B

Text Example


Text Example

White with #42B65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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