#41703A

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

Shades of Green House #41703A

Tints of Green House #41703A

Color information

#41703A (or 0x41703A) is unknown color: approx Green House. HEX triplet: 41, 70 and 3A. RGB value is (65,112,58). Sum of RGB (Red+Green+Blue) = 65+112+58=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #41703A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41703A is #BE8FC5. Grayscale: #5B5B5B. Windows color (decimal): -12488646 or 3829825. OLE color: 3829825.

HSL color Cylindrical-coordinate representation of color #41703A: hue angle of 112.22º 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 #41703A is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB6511258-
CMYK0.4200.480.56
HSL112.22º31.76%33.33%-
HSV(B)112.22º48.21%43.92%-
XYZ8.7413.026.06-
YUV91.79108.93108.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 112 (44.14% from 255) = 47.66%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=27.66%
G=47.66%
B=24.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65112580.4200.480.56112.2231.7633.33
Hex41703A2A03038702021
Octal1011607252060701604041
Binary1000001111000011101010101001100001110001110000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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