#42623A

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

Shades of Green House #42623A

Tints of Green House #42623A

Color information

#42623A (or 0x42623A) is unknown color: approx Green House. HEX triplet: 42, 62 and 3A. RGB value is (66,98,58). Sum of RGB (Red+Green+Blue) = 66+98+58=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #42623A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42623A is #BD9DC5. Grayscale: #545454. Windows color (decimal): -12426694 or 3826242. OLE color: 3826242.

HSL color Cylindrical-coordinate representation of color #42623A: hue angle of 108º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42623A is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB669858-
CMYK0.3300.410.62
HSL108º25.64%30.59%-
HSV(B)108º40.82%38.43%-
XYZ7.3810.25.58-
YUV83.87113.4115.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.73%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=29.73%
G=44.14%
B=26.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698580.3300.410.6210825.6430.59
Hex42623A210293E6c1a1f
Octal1021427241051761543237
Binary10000101100010111010100001010100111111011011001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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