#42653A

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

Shades of Green House #42653A

Tints of Green House #42653A

Color information

#42653A (or 0x42653A) is unknown color: approx Green House. HEX triplet: 42, 65 and 3A. RGB value is (66,101,58). Sum of RGB (Red+Green+Blue) = 66+101+58=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 101 - color contains mainly: green. Hex color #42653A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42653A is #BD9AC5. Grayscale: #555555. Windows color (decimal): -12425926 or 3827010. OLE color: 3827010.

HSL color Cylindrical-coordinate representation of color #42653A: hue angle of 108.84º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #42653A is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.

Color convert

RGB6610158-
CMYK0.3500.430.60
HSL108.84º27.04%31.18%-
HSV(B)108.84º42.57%39.61%-
XYZ7.6610.775.68-
YUV85.63112.4114-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 101 (39.84% from 255) = 44.89%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=29.33%
G=44.89%
B=25.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66101580.3500.430.60108.8427.0431.18
Hex42653A2302B3C6d1b1f
Octal1021457243053741553337
Binary10000101100101111010100011010101111110011011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42653A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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