#42643A

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

Shades of Green House #42643A

Tints of Green House #42643A

Color information

#42643A (or 0x42643A) is unknown color: approx Green House. HEX triplet: 42, 64 and 3A. RGB value is (66,100,58). Sum of RGB (Red+Green+Blue) = 66+100+58=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 100 - color contains mainly: green. Hex color #42643A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42643A is #BD9BC5. Grayscale: #555555. Windows color (decimal): -12426182 or 3826754. OLE color: 3826754.

HSL color Cylindrical-coordinate representation of color #42643A: hue angle of 108.57º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42643A is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB6610058-
CMYK0.3400.420.61
HSL108.57º26.58%30.98%-
HSV(B)108.57º42%39.22%-
XYZ7.5710.585.65-
YUV85.05112.74114.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 100 (39.45% from 255) = 44.64%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=29.46%
G=44.64%
B=25.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal66100580.3400.420.61108.5726.5830.98
Hex42643A2202A3D6d1b1f
Octal1021447242052751553337
Binary10000101100100111010100010010101011110111011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42643A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42643A; }

 p { color: rgb(66,100,58); }

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

<style>
 a { background-color: #42643A; }

 a { background-color: rgb(66,100,58); }

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

<style>
 span { border-color: #42643A; }

 span { border-color: rgb(66,100,58); }

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