#42673C

Color #42673C Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #42673C

Tints of Green House #42673C

Color information

#42673C (or 0x42673C) is unknown color: approx Green House. HEX triplet: 42, 67 and 3C. RGB value is (66,103,60). Sum of RGB (Red+Green+Blue) = 66+103+60=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 103 - color contains mainly: green. Hex color #42673C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42673C is #BD98C3. Grayscale: #575757. Windows color (decimal): -12425412 or 3958594. OLE color: 3958594.

HSL color Cylindrical-coordinate representation of color #42673C: hue angle of 111.63º degrees, saturation: 0.26, 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 #42673C is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB6610360-
CMYK0.3600.420.60
HSL111.63º26.38%31.96%-
HSV(B)111.63º41.75%40.39%-
XYZ7.9111.186.02-
YUV87.04112.74113-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.82%
GREEN value IS 103 (40.62% from 255) = 44.98%
BLUE value IS 60 (23.83% from 255) = 26.20%
R=28.82%
G=44.98%
B=26.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66103600.3600.420.60111.6326.3831.96
Hex42673C2402A3C701a20
Octal1021477444052741603240
Binary100001011001111111001001000101010111100111000011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42673C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42673C; }

 p { color: rgb(66,103,60); }

 H1.HeaderClassName
 {
   color: #42673C;
 }
 .AnyTagClassName
 {
   color: #42673C;
 }
</style>
background-color css

<style>
 a { background-color: #42673C; }

 a { background-color: rgb(66,103,60); }

 div.DivClassName
 {
   background-color: #42673C;
 }
 .BgClassName
 {
   background-color: #42673C;
 }
</style>
border-color css

<style>
 span { border-color: #42673C; }

 span { border-color: rgb(66,103,60); }

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