#3D6934

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

Shades of Green House #3D6934

Tints of Green House #3D6934

Color information

#3D6934 (or 0x3D6934) is unknown color: approx Green House. HEX triplet: 3D, 69 and 34. RGB value is (61,105,52). Sum of RGB (Red+Green+Blue) = 61+105+52=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #3D6934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6934 is #C296CB. Grayscale: #555555. Windows color (decimal): -12752588 or 3434813. OLE color: 3434813.

HSL color Cylindrical-coordinate representation of color #3D6934: hue angle of 109.81º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D6934 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB6110552-
CMYK0.4200.500.59
HSL109.81º33.76%30.78%-
HSV(B)109.81º50.48%41.18%-
XYZ7.611.345.04-
YUV85.8108.92110.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.98%
GREEN value IS 105 (41.41% from 255) = 48.17%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=27.98%
G=48.17%
B=23.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61105520.4200.500.59109.8133.7630.78
Hex3D69342A0323B6e221f
Octal751516452062731564237
Binary11110111010011101001010100110010111011110111010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D6934; }

 p { color: rgb(61,105,52); }

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

<style>
 a { background-color: #3D6934; }

 a { background-color: rgb(61,105,52); }

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

<style>
 span { border-color: #3D6934; }

 span { border-color: rgb(61,105,52); }

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