Html Css Color HEX #42663B Green House

📋 copy color: '#42663B'

red 66 ◦ green 102 ◦ blue 59

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

Shades of Green House #42663B

Tints of Green House #42663B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.93%

 BLUE value IS 59 (23.44% from 255) = 25.99%

R = 29.07%
G = 44.93%
B = 25.99%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.6

RGB Variations

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

Color information

#42663B (or 0x42663B) is known color: Green House. HEX triplet: 42, 66 and 3B. RGB value is (66,102,59). Sum of RGB (Red+Green+Blue) = 66+102+59=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #42663B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42663B is #BD99C4. Grayscale: #565656. Windows color (decimal): -12425669 or 3892802. OLE color: 3892802.

HSL color Cylindrical-coordinate representation of color #42663B: hue angle of 110.23º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42663B is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 102 59 -
CMYK 0.35 0 0.42 0.6
HSL 110.23º 0.27% 0.32% -
HSV(B) 110.23º 0.42% 0.4% -
XYZ 7.79 10.98 5.85 -
YUV 86.33 112.57 113.5 -
System Red Green Blue C M Y K H S L
Decimal 66 102 59 0.35 0 0.42 0.6 110.23 0.27 0.32
Hex 42 66 3B 23 0 2A 3C 6E 1B 20
Octal 102 146 73 43 0 52 74 156 33 40
Binary 1000010 1100110 111011 100011 0 101010 111100 1101110 11011 100000

Color Harmonies of #42663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42663B

Black with #42663B

Text Example


Text Example

White with #42663B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,102,59); }

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

background-color css

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

 a { background-color: rgb(66,102,59); }

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

border-color css

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

 span { border-color: rgb(66,102,59); }

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