#42703A

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

Shades of Green House #42703A

Tints of Green House #42703A

Color information

#42703A (or 0x42703A) is unknown color: approx Green House. HEX triplet: 42, 70 and 3A. RGB value is (66,112,58). Sum of RGB (Red+Green+Blue) = 66+112+58=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #42703A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42703A is #BD8FC5. Grayscale: #5C5C5C. Windows color (decimal): -12423110 or 3829826. OLE color: 3829826.

HSL color Cylindrical-coordinate representation of color #42703A: hue angle of 111.11º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42703A is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB6611258-
CMYK0.4100.480.56
HSL111.11º31.76%33.33%-
HSV(B)111.11º48.21%43.92%-
XYZ8.813.056.06-
YUV92.09108.76109.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 112 (44.14% from 255) = 47.46%
BLUE value IS 58 (23.05% from 255) = 24.58%
R=27.97%
G=47.46%
B=24.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112580.4100.480.56111.1131.7633.33
Hex42703A29030386f2021
Octal1021607251060701574041
Binary1000010111000011101010100101100001110001101111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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